about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-28 19:05:26 +0000
committerJames Booth <boothj5@gmail.com>2016-02-28 19:05:26 +0000
commitaccde2a61c2d9dd8ee1d7ad58ccf4b1c2ec7fa58 (patch)
tree47cc791fd4c482d288964a553d06e30b355c81af /src/ui
parentfbd913ec626d8436ea4efdde4ffc8090a3b52cfc (diff)
downloadprofani-tty-accde2a61c2d9dd8ee1d7ad58ccf4b1c2ec7fa58.tar.gz
Fixed cygwin compile
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/mucwin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/mucwin.c b/src/ui/mucwin.c
index e3826eb1..4d323ef1 100644
--- a/src/ui/mucwin.c
+++ b/src/ui/mucwin.c
@@ -32,6 +32,8 @@
  *
  */
 
+#define _GNU_SOURCE 1
+
 #include <string.h>
 #include <assert.h>
 #include <stdlib.h>