From accde2a61c2d9dd8ee1d7ad58ccf4b1c2ec7fa58 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 28 Feb 2016 19:05:26 +0000 Subject: [PATCH] Fixed cygwin compile --- Makefile.am | 2 +- src/ui/mucwin.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fc7882d6..365fd21c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -189,7 +189,7 @@ endif if BUILD_C_API lib_LTLIBRARIES = libprofanity.la -libprofanity_la_LDFLAGS=-avoid-version -shared +libprofanity_la_LDFLAGS=-avoid-version -shared -no-undefined libprofanity_la_SOURCES = src/plugins/profapi.c library_includedir=$(includedir) 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 #include #include