Code

sysdb/scanner.l: Include ctype.h; needed for isspace().
authorSebastian Harl <sh@tokkee.org>
Fri, 2 Jan 2015 11:55:53 +0000 (12:55 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 2 Jan 2015 11:55:53 +0000 (12:55 +0100)
src/tools/sysdb/scanner.l

index 16defa61859085dc20dad932c8f812986af494e3..eb1ec180c2b73a9ce94743deecb23ea69422551e 100644 (file)
@@ -38,6 +38,7 @@
 
 #include "tools/sysdb/input.h"
 
+#include <ctype.h>
 #include <string.h>
 
 #ifdef YY_INPUT