summaryrefslogtreecommitdiff
path: root/tonezone.h
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 /tonezone.h
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 'tonezone.h')
-rw-r--r--tonezone.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/tonezone.h b/tonezone.h
index cc3a248..5cea04e 100644
--- a/tonezone.h
+++ b/tonezone.h
@@ -23,11 +23,8 @@
#ifndef _TONEZONE_H
#define _TONEZONE_H
-#ifdef BUILDING_TONEZONE
-#include "zaptel.h"
-#else
-#include <linux/zaptel.h>
-#endif
+
+#include <zaptel.h>
struct tone_zone_sound {
int toneid;