aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_wrappers.c
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-10-16 10:33:34 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-22 06:41:44 +0000
commit59c082c046c5039d745901b1cf5ac51e50a26a71 (patch)
treed01ee2414ccdab9737ac1064dc78ee9382bbd91e /wiretap/file_wrappers.c
parent79b0e4999aa051f3dce4aa025dd519e9cef31d26 (diff)
Add new global header wireshark.h with guideline
Remove ws_diag_control.h from config.h because that was a workaround for the lack of a public global header. Fix the resultant build errors.
Diffstat (limited to 'wiretap/file_wrappers.c')
-rw-r--r--wiretap/file_wrappers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiretap/file_wrappers.c b/wiretap/file_wrappers.c
index 1bd219408a..337010d625 100644
--- a/wiretap/file_wrappers.c
+++ b/wiretap/file_wrappers.c
@@ -14,15 +14,15 @@
*
*/
-#include <config.h>
+#include "config.h"
+#include "file_wrappers.h"
#include <assert.h>
#include <errno.h>
#include <string.h>
#include "wtap-int.h"
-#include "file_wrappers.h"
+
#include <wsutil/file_util.h>
-#include <wsutil/ws_assert.h>
#ifdef HAVE_ZLIB
#define ZLIB_CONST