summaryrefslogtreecommitdiff
path: root/pattest.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-24 19:35:33 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-24 19:35:33 +0000
commit65a9b51ba369276966ae2422d6df70b8e21aa106 (patch)
treec24579fbca70534c57db731f2aff1e9eef6bd0e1 /pattest.c
parent93820c7b1970ab51552deeb444964b900522d5b0 (diff)
install zaptel.h and tonezone.h into /usr/include, not /usr/include/linux, sinc e they are used much more by userspace apps than by kernel modules
remove any old copies of those headers remove README.udev, since it no longer applies git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1172 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'pattest.c')
-rw-r--r--pattest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pattest.c b/pattest.c
index e95cc48..a7df5f8 100644
--- a/pattest.c
+++ b/pattest.c
@@ -13,7 +13,7 @@
#ifdef STANDALONE_ZAPATA
#include "zaptel.h"
#else
-#include <linux/zaptel.h>
+#include <zaptel.h>
#endif
#define BLOCK_SIZE 2039