From: Christos Zoulas Date: Mon, 22 Mar 2004 21:34:39 +0000 (+0000) Subject: typo in wchar_t X-Git-Tag: FILE5_05~880 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b91a6491ee5a28e50b084af1d794c305b2184037;p=file typo in wchar_t --- diff --git a/src/file.c b/src/file.c index 0c614392..9e48e95f 100644 --- a/src/file.c +++ b/src/file.c @@ -62,7 +62,7 @@ #ifdef HAVE_LOCALE_H #include #endif -#ifdef HAVE_WCHAR_T +#ifdef HAVE_WCHAR_H #include #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 */