Merge pull request #9 from oliviermartin/master

bluez5: Fixed for undefined 'bswap_128'
pull/14/head
Olivier Martin 2017-02-08 23:07:11 +01:00 committed by GitHub
commit a5d4655922
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"