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/mime_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/mime_file.h') diff --git a/wiretap/mime_file.h b/wiretap/mime_file.h index 5344ef31aa..16fe7c7d94 100644 --- a/wiretap/mime_file.h +++ b/wiretap/mime_file.h @@ -22,7 +22,7 @@ #define __W_JPEG_JFIF_H__ #include -#include +#include "wtap.h" wtap_open_return_val mime_file_open(wtap *wth, int *err, gchar **err_info); -- cgit v1.2.1