CVSROOT: /sources/nmh
Module name: nmh
Branch:
Changes by: Josh Bressers <[EMAIL PROTECTED]> 06/01/16 12:42:11
Modified files:
sbr : fmt_scan.c
Log message:
* sbr/fmt_scan.c: Add the missing wchar.h include
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/nmh/sbr/fmt_scan.c.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
Patches:
Index: nmh/sbr/fmt_scan.c
diff -u nmh/sbr/fmt_scan.c:1.18 nmh/sbr/fmt_scan.c:1.19
--- nmh/sbr/fmt_scan.c:1.18 Sun Jan 15 02:52:12 2006
+++ nmh/sbr/fmt_scan.c Mon Jan 16 12:42:11 2006
@@ -2,7 +2,7 @@
/*
* fmt_scan.c -- format string interpretation
*
- * $Id: fmt_scan.c,v 1.18 2006/01/15 02:52:12 bress Exp $
+ * $Id: fmt_scan.c,v 1.19 2006/01/16 12:42:11 bress Exp $
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
@@ -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>
_______________________________________________
Nmh-commits mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/nmh-commits