bluez5: Fixed for undefined 'bswap_128'

'bswap_128' has only be introduced in Bluez 5.29.
We use 'lib/bluetooth.h' instead of '/usr/include/bluetooth/bluetooth.h'
pull/9/head
Olivier Martin 2017-02-08 22:47:20 +01:00
parent 45e7a8066c
commit 671267e266
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include <glib.h>
#include <bluetooth/bluetooth.h>
#include "lib/bluetooth.h"
#include "uuid.h"
#include "src/shared/util.h"

View File

@ -31,6 +31,7 @@
#include <glib.h>
#include "lib/bluetooth.h"
#include "lib/sdp.h"
#include "lib/sdp_lib.h"
#include "uuid.h"