aboutsummaryrefslogtreecommitdiff
path: root/linuxhid.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-11-17 21:09:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-11-17 21:09:45 +0000
commit4b5c09297f11b2612a9072fc05a244fbc2c0ddc0 (patch)
tree7e774e5662d87e9ad43e9262c752f739412384b0 /linuxhid.h
parent9261cbf775156956f0c6a490c853429089c0f6f5 (diff)
cleaned up code substantially; got everything working; made help patches
svn path=/trunk/externals/hcs/; revision=1192
Diffstat (limited to 'linuxhid.h')
-rw-r--r--linuxhid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linuxhid.h b/linuxhid.h
index e4607bb..9682503 100644
--- a/linuxhid.h
+++ b/linuxhid.h
@@ -1,4 +1,4 @@
-#include "m_pd.h"
+#include <m_pd.h>
#ifdef PD_MAJOR_VERSION
#include "s_stuff.h"
@@ -18,8 +18,8 @@
#include <unistd.h>
-#define DEBUG(x)
-/*#define DEBUG(x) x */
+//#define DEBUG(x)
+#define DEBUG(x) x
/*------------------------------------------------------------------------------
* from evtest.c from the ff-utils package