Fix building on Linux without bluetooth headers.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6276 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2010-10-13 09:57:13 +00:00
parent f8d8445805
commit 77a3a5078e
4 changed files with 8 additions and 6 deletions

View File

@ -46,11 +46,8 @@
#ifdef __linux__
#include <arpa/inet.h> /* htons() */
#include <bluetooth/bluetooth.h>
#endif
#include "definitions.h"
/* wiiuse version */
#define WIIUSE_VERSION "0.12"