aboutsummaryrefslogtreecommitdiff
path: root/linuxhid.h
diff options
context:
space:
mode:
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