summaryrefslogtreecommitdiff
path: root/ztcfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ztcfg.c')
-rw-r--r--ztcfg.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/ztcfg.c b/ztcfg.c
index 230ec8d..9815a25 100644
--- a/ztcfg.c
+++ b/ztcfg.c
@@ -37,9 +37,14 @@
#include <sys/ioctl.h>
#include <fcntl.h>
#include <errno.h>
-#include "ztcfg.h"
-#include "tonezone.h"
+#ifdef STANDALONE_ZAPATA
#include "zaptel.h"
+#include "tonezone.h"
+#else
+#include <zaptel/zaptel.h>
+#include <zaptel/tonezone.h>
+#endif
+#include "ztcfg.h"
#define NUM_SPANS ZT_MAX_SPANS