From b91a6491ee5a28e50b084af1d794c305b2184037 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Mon, 22 Mar 2004 21:34:39 +0000 Subject: [PATCH] typo in wchar_t --- src/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.50.1