diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-08-12 10:29:14 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-08-12 10:29:14 +0000 |
| commit | c92997c22d3ae8614f6ebe62f68be1b25d0173c0 (patch) | |
| tree | 296cfbaf4c9906738a03d5d3a2eecb3dc2e4f633 /include | |
| parent | 16133e1530309622f8593c1411f7c4ed1847e672 (diff) | |
Notes
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 330b5ed0dc2c..098045fa11a5 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; |
