Code

Include config.h in source files.
[sysdb.git] / src / liboconfig / parser.y
index 469509d594d4bb1f80d611a0bed6ea7a7e66fce0..6f40df396c322e32e5dad24c96bff7820d87ad5d 100644 (file)
  */
 
 %{
+#if HAVE_CONFIG_H
+#      include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include <stdlib.h>
 #include <string.h>
 #include "oconfig.h"