* sbr/fmt_scan.c: Add the missing wchar.h include
authorJosh Bressers <josh@bress.net>
Mon, 16 Jan 2006 12:42:11 +0000 (12:42 +0000)
committerJosh Bressers <josh@bress.net>
Mon, 16 Jan 2006 12:42:11 +0000 (12:42 +0000)
sbr/fmt_scan.c

index 59e1c94..4b7abf2 100644 (file)
@@ -14,6 +14,7 @@
 #include <h/fmt_scan.h>
 #include <h/tws.h>
 #include <h/fmt_compile.h>
+#include <wchar.h>
 
 #ifdef TIME_WITH_SYS_TIME
 # include <sys/time.h>