Include missing header.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 15 Dec 2008 19:09:07 +0000 (19:09 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 15 Dec 2008 19:09:07 +0000 (19:09 +0000)
[r24695]

lexer.c

diff --git a/lexer.c b/lexer.c
index fbed584..f7d97af 100644 (file)
--- a/lexer.c
+++ b/lexer.c
@@ -37,6 +37,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <string.h>
+#include <strings.h>
 #include <stdbool.h>
 #include <ctype.h>