diff options
author | James Booth <boothj5@gmail.com> | 2016-02-28 23:18:50 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-02-28 23:18:50 +0000 |
commit | da7e59bc86668083270b31574886d3a5e2549eee (patch) | |
tree | b9da150bacea8fb85df244a4900132d999b0178d /src/ui/mucwin.c | |
parent | ab08d0a3780474b1b01e23acb2985bcb7de7439e (diff) | |
parent | accde2a61c2d9dd8ee1d7ad58ccf4b1c2ec7fa58 (diff) | |
download | profani-tty-da7e59bc86668083270b31574886d3a5e2549eee.tar.gz |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/ui/mucwin.c')
-rw-r--r-- | src/ui/mucwin.c | 2 |
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> |