From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> When building outside the tree including uuid.h may not be found: ../monitor/packet.c:52:18: fatal error: uuid.h: No such file or directory --- monitor/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/packet.c b/monitor/packet.c index bd28ec4a5..b800a2d75 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -39,6 +39,7 @@ #include <sys/socket.h> #include "lib/bluetooth.h" +#include "lib/uuid.h" #include "lib/hci.h" #include "lib/hci_lib.h" @@ -49,7 +50,6 @@ #include "ll.h" #include "hwdb.h" #include "keys.h" -#include "uuid.h" #include "l2cap.h" #include "control.h" #include "vendor.h" -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html