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

@ -39,6 +39,7 @@
#include <bluetooth/hci_lib.h>
#include <bluetooth/l2cap.h>
#include "definitions.h"
#include "wiiuse_internal.h"
static int wiiuse_connect_single(struct wiimote_t* wm, char* address);