mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Fix gnu wcwidth
This commit is contained in:
parent
7b70d051da
commit
329448939b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _XOPEN_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
||||||
#include "module.h"
|
#include "module.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue