summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2011-11-14 11:12:00 -0800
committerJason Gerecke <killertofu@gmail.com>2011-11-15 11:21:46 -0800
commit22a26f34ba4f47a648cd01d87aa649033db2e1e1 (patch)
tree3c4a75a342f2ed2de3d7311a67f52dd1fe36cead
parente4aa352f0ded30fcc3ec90a187957f6f8920fd8e (diff)
Fix include reference to wacom-util.h
Running "make distcheck" fails under the quoted path. Signed-off-by: Jason Gerecke <killertofu@gmail.com>
-rw-r--r--src/xf86WacomDefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h
index 2b8774a..a95e5d3 100644
--- a/src/xf86WacomDefs.h
+++ b/src/xf86WacomDefs.h
@@ -23,7 +23,7 @@
/*****************************************************************************
* General Defines
****************************************************************************/
-#include "include/wacom-util.h"
+#include <wacom-util.h>
#include <asm/types.h>
#include <linux/input.h>
#define MAX_USB_EVENTS 32