aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 18:50:10 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 18:50:10 +0000
commit56ac7f5f8b0a65676cf7e7d5d3cfbf570d2bd182 (patch)
treeb8b28e8e336d5d215572884edbb15ed0fd091657
parent72833dbfdd2f31a37b861808c469b1b435a70903 (diff)
Avoid errors when compiling out of tree modules like asterisk-addons.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43351 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--include/asterisk/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h
index ad4cfc616..e02d3c7c1 100644
--- a/include/asterisk/compat.h
+++ b/include/asterisk/compat.h
@@ -16,6 +16,7 @@
#ifndef _COMPAT_H
#define _COMPAT_H
+#include "asterisk/autoconfig.h"
#include <inttypes.h>
#include <sys/types.h>
#include <stdarg.h>