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/network_instruments.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/network_instruments.h') diff --git a/wiretap/network_instruments.h b/wiretap/network_instruments.h index 340bb3dff1..501ff1f4ab 100644 --- a/wiretap/network_instruments.h +++ b/wiretap/network_instruments.h @@ -19,7 +19,7 @@ #define __NETWORK_INSTRUMENTS_H__ #include -#include +#include "wtap.h" wtap_open_return_val network_instruments_open(wtap *wth, int *err, gchar **err_info); int network_instruments_dump_can_write_encap(int encap); -- cgit v1.2.3