[asterisk-commits] qwell: trunk r43351 - /trunk/include/asterisk/compat.h

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Sep 20 11:50:10 MST 2006


Author: qwell
Date: Wed Sep 20 13:50:10 2006
New Revision: 43351

URL: http://svn.digium.com/view/asterisk?rev=43351&view=rev
Log:
Avoid errors when compiling out of tree modules like asterisk-addons.

Modified:
    trunk/include/asterisk/compat.h

Modified: trunk/include/asterisk/compat.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/compat.h?rev=43351&r1=43350&r2=43351&view=diff
==============================================================================
--- trunk/include/asterisk/compat.h (original)
+++ trunk/include/asterisk/compat.h Wed Sep 20 13:50:10 2006
@@ -16,6 +16,7 @@
 #ifndef _COMPAT_H
 #define _COMPAT_H
 
+#include "asterisk/autoconfig.h"
 #include <inttypes.h>
 #include <sys/types.h>
 #include <stdarg.h>



More information about the asterisk-commits mailing list