From b6d1b58b1778b4945f1af72d6c7293178d3fccfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Fri, 29 Aug 2014 16:32:27 +0200 Subject: [PATCH] Fix compilation error. Add missing #define _GNU_SOURCE --- coreapi/call_log.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coreapi/call_log.c b/coreapi/call_log.c index f6defab1c..36e69341a 100644 --- a/coreapi/call_log.c +++ b/coreapi/call_log.c @@ -17,9 +17,13 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define _GNU_SOURCE #include "linphonecore.h" #include "private.h" +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /*******************************************************************************