Include _ctype.h instead of ctype.h to avoid namespace pollution.
This commit is contained in:
parent
16133e1530
commit
c92997c22d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133560
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user