Include _ctype.h instead of ctype.h to avoid namespace pollution.
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@
|
|||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#include <sys/_types.h>
|
#include <sys/_types.h>
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <_ctype.h>
|
||||||
|
|
||||||
#ifndef _WCTRANS_T
|
#ifndef _WCTRANS_T
|
||||||
typedef int wctrans_t;
|
typedef int wctrans_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user