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/dbs-etherwatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/dbs-etherwatch.h') diff --git a/wiretap/dbs-etherwatch.h b/wiretap/dbs-etherwatch.h index 8a72277fce..ddfd98ae43 100644 --- a/wiretap/dbs-etherwatch.h +++ b/wiretap/dbs-etherwatch.h @@ -22,7 +22,7 @@ #ifndef __W_DBS_ETHERWATCH_H__ #define __W_DBS_ETHERWATCH_H__ #include -#include +#include "wtap.h" #include "ws_symbol_export.h" wtap_open_return_val dbs_etherwatch_open(wtap *wth, int *err, gchar **err_info); -- cgit v1.2.1