From dfcedfd701e906d67855e04fbff442d7eadbc10f Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 1 Sep 2014 10:44:13 +0200 Subject: [PATCH] Include config.h when HAVE_CONFIG_H is defined (needed for compilation with CMake). --- coreapi/linphonecore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 1827290c4..8b676f284 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -39,6 +39,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif #ifdef HAVE_CONFIG_H +#include "config.h" #include "liblinphone_gitversion.h" #else #ifndef LIBLINPHONE_GIT_VERSION