summaryrefslogtreecommitdiff
path: root/fxsdump.c
diff options
context:
space:
mode:
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"