summaryrefslogtreecommitdiff
path: root/timertest.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 /timertest.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 'timertest.c')
-rw-r--r--timertest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/timertest.c b/timertest.c
index df224b2..6e2f78c 100644
--- a/timertest.c
+++ b/timertest.c
@@ -11,7 +11,7 @@
#ifdef STANDALONE_ZAPATA
#include "zaptel.h"
#else
-#include <linux/zaptel.h>
+#include <zaptel.h>
#endif
int main(int argc, char *argv[])