More work on that autoconf/automake stuff..
[liboconfig.git] / src / scanner.l
index 1d23805..de92f1c 100644 (file)
@@ -1,3 +1,6 @@
+%{
+#include <stdlib.h>
+%}
 WHITE_SPACE [\ \t\b]
 ALNUM [A-Za-z0-9_]
 QUOTED_STRING \"([^\"]+|\\.)*\"