summaryrefslogtreecommitdiff
path: root/fxsdump.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-20 16:17:17 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-20 16:17:17 +0000
commit334673e99af03698b6aa4771749dd4cde5cfe973 (patch)
tree095bb0857d820953219ede42fda7bc07c5c1a5c0 /fxsdump.c
parentd40e0a8c92e192704bfec1ba7b3abad0f27f2151 (diff)
build fixes for minor zaptel tools (bug #4039)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@630 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'fxsdump.c')
-rwxr-xr-xfxsdump.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/fxsdump.c b/fxsdump.c
index 0451ca3..c3c247e 100755
--- a/fxsdump.c
+++ b/fxsdump.c
@@ -5,8 +5,14 @@
#include <string.h>
#include <errno.h>
#include <sys/ioctl.h>
-#include <linux/zaptel.h>
#include <math.h>
+#include <netinet/in.h>
+
+#ifdef STANDALONE_ZAPATA
+#include "zaptel.h"
+#else
+#include <linux/zaptel.h>
+#endif
#include "coeffs.h"