From 49d601cbf2f50bfa21bc62f48ded01eb7f768d8a Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 12 May 2005 02:26:49 +0000 Subject: fix some compilation issues (bug #4039) git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@643 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- patgen.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'patgen.c') diff --git a/patgen.c b/patgen.c index 6ee48f5..a137a2a 100755 --- a/patgen.c +++ b/patgen.c @@ -2,7 +2,6 @@ #include #include #include -#include #include #include #include @@ -11,6 +10,12 @@ #include #include "bittest.h" +#ifdef STANDALONE_ZAPATA +#include "zaptel.h" +#else +#include +#endif + /* #define BLOCK_SIZE 2048 */ #define BLOCK_SIZE 2041 -- cgit v1.2.3