From: Matthew Jordan Date: Mon, 29 Jul 2013 15:58:52 +0000 (+0000) Subject: Put the include in there X-Git-Tag: 13.0.0-beta1~1392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1bc6bc33373c0cb0347771c2d04b4fd4dd9426;p=thirdparty%2Fasterisk.git Put the include in there Mea culpa... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395673 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/loader.c b/main/loader.c index 5cc4b715d7..f3744a7374 100644 --- a/main/loader.c +++ b/main/loader.c @@ -50,7 +50,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/enum.h" #include "asterisk/http.h" #include "asterisk/lock.h" -#include "asterisk/features.h" +#include "asterisk/features_config.h" #include "asterisk/dsp.h" #include "asterisk/udptl.h" #include "asterisk/heap.h"