More fiddling with the automake stuff.
[liboconfig.git] / src / scanner.l
index de92f1c..1205508 100644 (file)
@@ -1,5 +1,8 @@
 %{
 #include <stdlib.h>
+#include "oconfig.h"
+#include "aux_types.h"
+#include "parser.h"
 %}
 WHITE_SPACE [\ \t\b]
 ALNUM [A-Za-z0-9_]