aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_grammar.lemon
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-04-08 09:54:19 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-04-08 09:54:19 +0000
commit25b308442d776636043e1dfc2f2421f8a1183d4b (patch)
treedb46ed2a2f0953baef3ff2e125e2506ea45b0cf7 /epan/dtd_grammar.lemon
parente463cd81c18df50cce93d4e4bad287333934bbc9 (diff)
Update Lemon to v1.54 and lempar to v 1.31 from sqlite http://www.sqlite.org/cvstrac/dir?d=sqlite/tool
svn path=/trunk/; revision=24845
Diffstat (limited to 'epan/dtd_grammar.lemon')
-rw-r--r--epan/dtd_grammar.lemon1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dtd_grammar.lemon b/epan/dtd_grammar.lemon
index 0a3a19d80b..1b56e52a3d 100644
--- a/epan/dtd_grammar.lemon
+++ b/epan/dtd_grammar.lemon
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <glib.h>
+#include <assert.h>
#include "dtd.h"
#include "dtd_parse.h"