From 334673e99af03698b6aa4771749dd4cde5cfe973 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 20 Apr 2005 16:17:17 +0000 Subject: build fixes for minor zaptel tools (bug #4039) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@630 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- pattest.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pattest.c') diff --git a/pattest.c b/pattest.c index e694619..e95cc48 100755 --- a/pattest.c +++ b/pattest.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 2039 void print_packet(unsigned char *buf, int len) -- cgit v1.2.3