nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] nmh/sbr fmt_scan.c


From: Josh Bressers
Subject: [Nmh-commits] nmh/sbr fmt_scan.c
Date: Mon, 16 Jan 2006 12:42:11 +0000

CVSROOT:        /sources/nmh
Module name:    nmh
Branch:         
Changes by:     Josh Bressers <address@hidden>  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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]