From c92997c22d3ae8614f6ebe62f68be1b25d0173c0 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Thu, 12 Aug 2004 10:29:14 +0000 Subject: [PATCH] Include _ctype.h instead of ctype.h to avoid namespace pollution. --- include/wctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wctype.h b/include/wctype.h index 330b5ed0dc2c..098045fa11a5 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;