diff options
author | Stephan Raue <stephan@openelec.tv> | 2012-12-07 04:01:18 +0100 |
---|---|---|
committer | Stephan Raue <stephan@openelec.tv> | 2012-12-07 04:01:18 +0100 |
commit | 6dc7e4b7268e0f3c752c7b24956e0c916badac18 (patch) | |
tree | ce5ef5f9a09f68716250d179355d4bbe0392e7b9 /tools/EventClients | |
parent | 360af97a5e20f04c63777e4a4498d9b936cbe2ca (diff) |
WiiRemote: include unistd.h needed to build with gcc-4.7
Diffstat (limited to 'tools/EventClients')
-rw-r--r-- | tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h b/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h index dbdbb94435..bedc25eae8 100644 --- a/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h +++ b/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h @@ -21,6 +21,7 @@ #include <sys/socket.h> #include <sys/time.h> //#include <math.h> +#include <unistd.h> #ifdef DEB_PACK #include <xbmc/xbmcclient.h> #else |