linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ] monitor: Fix out of the tree build
@ 2017-12-21 14:05 Luiz Augusto von Dentz
  2017-12-21 15:59 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2017-12-21 14:05 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH BlueZ] monitor: Fix out of the tree build
  2017-12-21 14:05 [PATCH BlueZ] monitor: Fix out of the tree build Luiz Augusto von Dentz
@ 2017-12-21 15:59 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2017-12-21 15:59 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hi Luiz,

On Thu, Dec 21, 2017, Luiz Augusto von Dentz wrote:
> 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(-)

Applied. Thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-21 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-21 14:05 [PATCH BlueZ] monitor: Fix out of the tree build Luiz Augusto von Dentz
2017-12-21 15:59 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).