Include _ctype.h instead of ctype.h to avoid namespace pollution.

This commit is contained in:
Tim J. Robbins 2004-08-12 10:29:14 +00:00
parent 16133e1530
commit c92997c22d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133560

View File

@ -34,7 +34,7 @@
#include <sys/cdefs.h>
#include <sys/_types.h>
#include <ctype.h>
#include <_ctype.h>
#ifndef _WCTRANS_T
typedef int wctrans_t;