aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_preparse.l
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 /epan/dtd_preparse.l
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 'epan/dtd_preparse.l')
-rw-r--r--epan/dtd_preparse.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dtd_preparse.l b/epan/dtd_preparse.l
index a77627a77f..93f755941d 100644
--- a/epan/dtd_preparse.l
+++ b/epan/dtd_preparse.l
@@ -1,6 +1,7 @@
%top {
/* Include this before everything else, for various large-file definitions */
#include "config.h"
+#include <wireshark.h>
}
/*