summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorRachel Bryk <RachelBryk@gmail.com>2013-09-25 06:13:44 -0400
committerRachel Bryk <RachelBryk@gmail.com>2013-09-25 06:13:44 -0400
commitf77b3ccf8a3c3b94264dc6137c5a3f1fdd08dc7f (patch)
tree824e84b720d647e58b3c5d94c7b9360ff9bfd897 /Source/Core
parent93f7622e168fb65895d90432f78ac6d9576f9405 (diff)
Fix linux, probably.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/Src/IPC_HLE/hci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Core/Src/IPC_HLE/hci.h b/Source/Core/Core/Src/IPC_HLE/hci.h
index 1c59d4036b..b87e20fd84 100644
--- a/Source/Core/Core/Src/IPC_HLE/hci.h
+++ b/Source/Core/Core/Src/IPC_HLE/hci.h
@@ -98,9 +98,11 @@
/*
* Bluetooth device address
*/
+#ifndef __BLUETOOTH_H
typedef struct {
uint8_t b[BLUETOOTH_BDADDR_SIZE];
} bdaddr_t;
+#endif
#define BDADDR_ANY { { 0, 0, 0, 0, 0, 0 } }