aboutsummaryrefslogtreecommitdiff
path: root/wiiremote/wiiremote.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-16 22:25:22 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:08:25 +0200
commit110c6fbdaac1a56dddb6c978eb7a89c195758286 (patch)
treede8182dc60d35adf4fba4ffbd7d0925a9d7b3e86 /wiiremote/wiiremote.c
parentf584b800ba1069616625dfe34fdf68d0eafda672 (diff)
cleaned things up a bit (less compiler warnings) and added to the auto-build as part of the 'io' libdir
svn path=/trunk/externals/io/; revision=6925
Diffstat (limited to 'wiiremote/wiiremote.c')
-rw-r--r--wiiremote/wiiremote.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiiremote/wiiremote.c b/wiiremote/wiiremote.c
index 13b1ea6..35acd03 100644
--- a/wiiremote/wiiremote.c
+++ b/wiiremote/wiiremote.c
@@ -4,6 +4,8 @@
#include "wiiremote.h"
+#include <unistd.h>
+
// this type is used a lot (data array):
typedef unsigned char darr[];