aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-10 15:59:37 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-10 15:59:37 +0000
commitae59b09443706587aa78eefe6eb2f43da7815902 (patch)
treee6b248947ed9632f02c0af8f042a479b9b9aaeae /epan/dfilter
parent100e97cd9a455441b149afb313672310b50d68c7 (diff)
Add missing includes in order to remove exceptions.h from proto.h (next commit).
svn path=/trunk/; revision=53230
Diffstat (limited to 'epan/dfilter')
-rw-r--r--epan/dfilter/grammar.lemon2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dfilter/grammar.lemon b/epan/dfilter/grammar.lemon
index a808d1bf36..725b167890 100644
--- a/epan/dfilter/grammar.lemon
+++ b/epan/dfilter/grammar.lemon
@@ -3,6 +3,8 @@
%include {
#include "config.h"
+#include <assert.h>
+
#include "dfilter-int.h"
#include "syntax-tree.h"
#include "sttype-range.h"