]> granicus.if.org Git - file/commitdiff
typo in wchar_t
authorChristos Zoulas <christos@zoulas.com>
Mon, 22 Mar 2004 21:34:39 +0000 (21:34 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 22 Mar 2004 21:34:39 +0000 (21:34 +0000)
src/file.c

index 0c61439281ef8c87577d3df1de948f58e1f82797..9e48e95fe52cfea472ca1016368597264ecb0c15 100644 (file)
@@ -62,7 +62,7 @@
 #ifdef HAVE_LOCALE_H
 #include <locale.h>
 #endif
-#ifdef HAVE_WCHAR_T
+#ifdef HAVE_WCHAR_H
 #include <wchar.h>
 #endif
 
@@ -77,7 +77,7 @@
 #include "patchlevel.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$Id: file.c,v 1.91 2004/03/22 19:12:15 christos Exp $")
+FILE_RCSID("@(#)$Id: file.c,v 1.92 2004/03/22 21:34:39 christos Exp $")
 #endif /* lint */