From 261e84229d31ad8c20ba919f3194d7a3fcbcaf1b Mon Sep 17 00:00:00 2001
From: Jason Parker <jparker@digium.com>
Date: Wed, 20 Sep 2006 18:50:10 +0000
Subject: [PATCH] Avoid errors when compiling out of tree modules like
 asterisk-addons.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43351 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 include/asterisk/compat.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h
index ad4cfc6160..e02d3c7c13 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>
-- 
GitLab