diff options
author | tjr <tjr@FreeBSD.org> | 2004-08-12 10:29:14 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-08-12 10:29:14 +0000 |
commit | d360b70d784cc37e9382018309b36f31246dd20c (patch) | |
tree | 296cfbaf4c9906738a03d5d3a2eecb3dc2e4f633 /include | |
parent | 3be0e9534f1f0da3bbe47f83c7ae9c1cf4ad10d0 (diff) | |
download | FreeBSD-src-d360b70d784cc37e9382018309b36f31246dd20c.zip FreeBSD-src-d360b70d784cc37e9382018309b36f31246dd20c.tar.gz |
Include _ctype.h instead of ctype.h to avoid namespace pollution.
Diffstat (limited to 'include')
-rw-r--r-- | include/wctype.h | 2 |
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; |