forked from PsychoticNinja/irssi
Fix gnu wcwidth
This commit is contained in:
parent
7b70d051da
commit
329448939b
@ -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…
x
Reference in New Issue
Block a user