summaryrefslogtreecommitdiff
path: root/monitor/bnep.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2017-12-26 22:44:27 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2017-12-26 22:47:24 +0200
commit8f90b38846ccf0b07a680bc08075a557d166832a (patch)
tree2147bda859299b1ae766a55c8a8c1e0f357eba17 /monitor/bnep.c
parentb80e4f58f6bb82fa0de3c891fb15a54eb33766c1 (diff)
downloadbluez-8f90b38846ccf0b07a680bc08075a557d166832a.tar.gz
monitor: Fix uuid.h includes
Commit e0e7eb08d5d28a952221070a4b50794d63dcc625 tried to fix this, but missed most of the files concerned. Without the fix an out-of-tree build (e.g. make distcheck) will throw errors like this: CC monitor/l2cap.o ../monitor/l2cap.c:41:18: fatal error: uuid.h: No such file or directory #include "uuid.h"
Diffstat (limited to 'monitor/bnep.c')
-rw-r--r--monitor/bnep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/bnep.c b/monitor/bnep.c
index 38fd1319e..1d9d8fcd5 100644
--- a/monitor/bnep.c
+++ b/monitor/bnep.c
@@ -33,13 +33,13 @@
#include <inttypes.h>
#include "lib/bluetooth.h"
+#include "lib/uuid.h"
#include "src/shared/util.h"
#include "bt.h"
#include "packet.h"
#include "display.h"
#include "l2cap.h"
-#include "uuid.h"
#include "keys.h"
#include "sdp.h"
#include "bnep.h"