projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f38ce24
)
* sbr/fmt_scan.c: Add the missing wchar.h include
author
Josh Bressers
<josh@bress.net>
Mon, 16 Jan 2006 12:42:11 +0000
(12:42 +0000)
committer
Josh Bressers
<josh@bress.net>
Mon, 16 Jan 2006 12:42:11 +0000
(12:42 +0000)
sbr/fmt_scan.c
patch
|
blob
|
history
diff --git
a/sbr/fmt_scan.c
b/sbr/fmt_scan.c
index
59e1c94
..
4b7abf2
100644
(file)
--- a/
sbr/fmt_scan.c
+++ b/
sbr/fmt_scan.c
@@
-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>