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
This commit is contained in:
Jason Parker
2006-09-20 18:50:10 +00:00
parent aa92ebffea
commit 261e84229d

View File

@@ -16,6 +16,7 @@
#ifndef _COMPAT_H
#define _COMPAT_H
#include "asterisk/autoconfig.h"
#include <inttypes.h>
#include <sys/types.h>
#include <stdarg.h>