1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

Fix gnu wcwidth

This commit is contained in:
ailin-nemui 2018-09-04 09:36:45 +02:00 committed by GitHub
parent 7b70d051da
commit 329448939b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#define _XOPEN_SOURCE
#define _GNU_SOURCE
#include <wchar.h>
#include "module.h"