aboutsummaryrefslogtreecommitdiff
path: root/wac.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-09 20:57:12 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-09 20:57:12 +0000
commit740e64b59bdb2ca4b08a11162a20f8bb1d305b00 (patch)
tree0aa5d0a58fbfa5d7125d70b9fc70fc4657e3bee9 /wac.c
parent17ec1deb74e2e934dc11fb4d9a2f8c6cef34c5a7 (diff)
got moonlib compiling with some minor tweaks
svn path=/trunk/externals/moonlib/; revision=7952
Diffstat (limited to 'wac.c')
-rw-r--r--wac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wac.c b/wac.c
index 1bf132e..4b8809d 100644
--- a/wac.c
+++ b/wac.c
@@ -2,7 +2,8 @@
wacom graphire on serial port only...
*/
-#include <m_imp.h>
+#include <m_pd.h>
+#include <s_stuff.h>
#include <sys/types.h>
#include <sys/stat.h>