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 /*******************************************************************************