File should not use isprint ...
Mike Frysinger
vapier at gentoo.org
Tue Nov 29 20:28:16 EET 2005
On Tue, Nov 29, 2005 at 01:22:35PM -0500, Christos Zoulas wrote:
> --- funcs.c 17 Oct 2005 19:03:34 -0000 1.17
> +++ funcs.c 29 Nov 2005 18:21:33 -0000
> @@ -30,6 +30,7 @@
> #include <stdlib.h>
> #include <string.h>
> #include <ctype.h>
> +#include <wchar.h>
>
> #ifndef lint
> FILE_RCSID("@(#)$Id: funcs.c,v 1.17 2005/10/17 19:03:34 christos Exp $")
still need to wrap the include in HAVE_WCHAR_H since not everyone has
the wchar.h header file
-mike
More information about the File
mailing list