From 849cc4f912a1b5cc2fc5b3d6b695980d956274fc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Feb 2014 11:55:06 -0800 Subject: [PATCH] tools: Use shared btsnoop.h header file for utility --- tools/btsnoop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btsnoop.c b/tools/btsnoop.c index a65d8c542..0e42362be 100644 --- a/tools/btsnoop.c +++ b/tools/btsnoop.c @@ -38,7 +38,7 @@ #include #include -#include "monitor/btsnoop.h" +#include "src/shared/btsnoop.h" static inline uint64_t ntoh64(uint64_t n) { -- 2.47.3