summaryrefslogtreecommitdiff
path: root/epan/diam_dict.l
diff options
context:
space:
mode:
Diffstat (limited to 'epan/diam_dict.l')
-rw-r--r--epan/diam_dict.l7
1 files changed, 5 insertions, 2 deletions
diff --git a/epan/diam_dict.l b/epan/diam_dict.l
index 7c4195caa8..e959793c6d 100644
--- a/epan/diam_dict.l
+++ b/epan/diam_dict.l
@@ -1,3 +1,8 @@
+%top {
+/* Include this before everything else, for various large-file definitions */
+#include "config.h"
+}
+
/*
* We want a reentrant scanner.
*/
@@ -82,8 +87,6 @@
** Boston, MA 02110-1301, USA.
*/
-#include "config.h"
-
#include <glib.h>
#include <stdio.h>
#include <string.h>