summaryrefslogtreecommitdiff
path: root/xpp/zap_debug.c
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-07-08 00:31:41 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-07-08 00:31:41 +0000
commit68c01fc56240dc25898e4b2b4f97b7ce6f8e758f (patch)
tree51a0f7eacff446d617a62e76bdcdf48890bec1fe /xpp/zap_debug.c
parent8631091e837445a89dcc7230ba60f6ca493231ed (diff)
just #include "zaptel.h". No STANDALONE_ZAPATA or other strange stuff.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1211 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/zap_debug.c')
-rw-r--r--xpp/zap_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/zap_debug.c b/xpp/zap_debug.c
index 59eb0a8..f20e14d 100644
--- a/xpp/zap_debug.c
+++ b/xpp/zap_debug.c
@@ -28,7 +28,7 @@
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/module.h>
-#include <zaptel.h>
+#include "zaptel.h"
#include "zap_debug.h"
static const char rcsid[] = "$Id$";