summaryrefslogtreecommitdiff
path: root/ztcfg-dude.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-07-05 16:12:50 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-07-05 16:12:50 +0000
commitf71ad4287fc784110250a2905a8dad1d49402213 (patch)
tree4d5c20eb4ab9ff15982689fac842c705a6b6e618 /ztcfg-dude.c
parent335e8044bae37e33ffb8170b61486e3fcaec4f8f (diff)
yet another header file installation location change... Zaptel headers are now installed into /usr/include/zaptel, not /usr/include
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1200 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztcfg-dude.c')
-rw-r--r--ztcfg-dude.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/ztcfg-dude.c b/ztcfg-dude.c
index decbe2b..d96dd88 100644
--- a/ztcfg-dude.c
+++ b/ztcfg-dude.c
@@ -38,9 +38,12 @@
#include <fcntl.h>
#include <errno.h>
#include <math.h>
-#include "ztcfg.h"
-#include "tonezone.h"
+#ifdef STANDALONE_ZAPATA
#include "zaptel.h"
+#else
+#include <zaptel/zaptel.h>
+#endif
+#include "ztcfg.h"
#define NUM_SPANS ZT_MAX_SPANS