diff options
Diffstat (limited to 'text2pcap-scanner.l')
-rw-r--r-- | text2pcap-scanner.l | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/text2pcap-scanner.l b/text2pcap-scanner.l index 3c9f0b2498..e54e4279a9 100644 --- a/text2pcap-scanner.l +++ b/text2pcap-scanner.l @@ -1,5 +1,10 @@ /* -*-mode: flex-*- */ +%top { +/* Include this before everything else, for various large-file definitions */ +#include "config.h" +} + /* * We don't use input, so don't generate code for it. */ |