aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_preparse.l
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-02-02 11:54:33 +0000
committerJörg Mayer <jmayer@loplof.de>2012-02-02 11:54:33 +0000
commit2d7a4646e22b534803fa7ca1480912e68cd97ba3 (patch)
tree6357d956875299f751991dc30b61e93b34179f6f /epan/dtd_preparse.l
parentf628ed7aece9eb5c697339a3082ff36623c9207b (diff)
Include config.h in preparation of moving the definition
of _U_ from the compiler command line into config.h svn path=/trunk/; revision=40806
Diffstat (limited to 'epan/dtd_preparse.l')
-rw-r--r--epan/dtd_preparse.l4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dtd_preparse.l b/epan/dtd_preparse.l
index 7e951b0f6b..2857296e6f 100644
--- a/epan/dtd_preparse.l
+++ b/epan/dtd_preparse.l
@@ -54,6 +54,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <glib.h>
#include <string.h>
#include <errno.h>