From e63a3f5d812206fa4f97bb54818a6f87ea8ac08e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 2 Apr 2016 23:31:37 -0700 Subject: Don't use to refer to the main libwiretap header file. Either use "wtap.h", if it's only for files in the wiretap directory, or , if it's also a header that stuff outside libwiretap can include. Change-Id: If1c71b3dae9a3c0d64661ae1734f925319e447d1 Reviewed-on: https://code.wireshark.org/review/14788 Petri-Dish: Guy Harris Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- wiretap/hcidump.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/hcidump.h') diff --git a/wiretap/hcidump.h b/wiretap/hcidump.h index b5ff9fbc7e..1f25420f8f 100644 --- a/wiretap/hcidump.h +++ b/wiretap/hcidump.h @@ -22,7 +22,7 @@ #define __HCIDUMP_H__ #include -#include +#include "wtap.h" #include "ws_symbol_export.h" wtap_open_return_val hcidump_open(wtap *wth, int *err, gchar **err_info); -- cgit v1.2.3