* sbr/fmt_scan.c: Add the missing wchar.h include
[mmh] / 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>