From 3ad9295b08bbe02a363413feb493507083f4bd59 Mon Sep 17 00:00:00 2001 From: Josh Bressers Date: Mon, 16 Jan 2006 12:42:11 +0000 Subject: [PATCH] * sbr/fmt_scan.c: Add the missing wchar.h include --- sbr/fmt_scan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sbr/fmt_scan.c b/sbr/fmt_scan.c index 59e1c94..4b7abf2 100644 --- a/sbr/fmt_scan.c +++ b/sbr/fmt_scan.c @@ -14,6 +14,7 @@ #include #include #include +#include #ifdef TIME_WITH_SYS_TIME # include -- 1.7.10.4