From d360b70d784cc37e9382018309b36f31246dd20c Mon Sep 17 00:00:00 2001 From: tjr Date: Thu, 12 Aug 2004 10:29:14 +0000 Subject: Include _ctype.h instead of ctype.h to avoid namespace pollution. --- include/wctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wctype.h') diff --git a/include/wctype.h b/include/wctype.h index 330b5ed..098045f 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -34,7 +34,7 @@ #include #include -#include +#include <_ctype.h> #ifndef _WCTRANS_T typedef int wctrans_t; -- cgit v1.1