Skip to content

Commit

Permalink
Merge pull request xbmc#1899 from OpenELEC/xbmc-fixes
Browse files Browse the repository at this point in the history
WiiRemote: include unistd.h needed to build with gcc-4.7
  • Loading branch information
sraue committed Dec 7, 2012
2 parents b6c4417 + 6dc7e4b commit 853380d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
Expand Up @@ -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
Expand Down

0 comments on commit 853380d

Please sign in to comment.