summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfxotune.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/fxotune.c b/fxotune.c
index 13fa647..95058cf 100755
--- a/fxotune.c
+++ b/fxotune.c
@@ -20,10 +20,13 @@
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
+#ifdef STANDALONE_ZAPATA
+#include "zaptel.h"
+#else
#include <linux/zaptel.h>
+#endif
#include "wctdm.h"
#include "fxotune.h"
-#include "zaptel.h"
#define TESTDURATION 64 /* 64 samples of test */
#define BUFFER_LENGTH 128 /* 128 sample buffers */