summaryrefslogtreecommitdiffstats
path: root/include/wctype.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-08-12 10:29:14 +0000
committertjr <tjr@FreeBSD.org>2004-08-12 10:29:14 +0000
commitd360b70d784cc37e9382018309b36f31246dd20c (patch)
tree296cfbaf4c9906738a03d5d3a2eecb3dc2e4f633 /include/wctype.h
parent3be0e9534f1f0da3bbe47f83c7ae9c1cf4ad10d0 (diff)
downloadFreeBSD-src-d360b70d784cc37e9382018309b36f31246dd20c.zip
FreeBSD-src-d360b70d784cc37e9382018309b36f31246dd20c.tar.gz
Include _ctype.h instead of ctype.h to avoid namespace pollution.
Diffstat (limited to 'include/wctype.h')
-rw-r--r--include/wctype.h2
1 files changed, 1 insertions, 1 deletions
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 <sys/cdefs.h>
#include <sys/_types.h>
-#include <ctype.h>
+#include <_ctype.h>
#ifndef _WCTRANS_T
typedef int wctrans_t;
OpenPOWER on IntegriCloud