Code

Include config.h in source files.
[sysdb.git] / src / tools / sysdb / scanner.l
index ba5d3b1b57313ca5e1e88cacd1e059e6f127a4f7..4d9fea5bc6c1f501371739a40f09a4ebd017b40a 100644 (file)
  * find queries (terminated by semicolon).
  */
 
+#if HAVE_CONFIG_H
+#      include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include "tools/sysdb/input.h"
 
 #include <string.h>