Include config.h in preparation of moving the definition
[obnox/wireshark/wip.git] / tools / lemon / lemon.c
index 0968212cdeeeae47815d236d91451ebdd52edc9c..606eadc1488c380e7c80dbe6d530a4f9fa26d85e 100644 (file)
 ** Updated to sqlite lemon version 1.59
 ** $Id$
 */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <stdio.h>
 #include <stdarg.h>
 #include <stdlib.h>