diff options
author | rsc <devnull@localhost> | 2004-04-19 18:13:05 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-19 18:13:05 +0000 |
commit | c8af1ab17b72f500c27688598dbb893f09f62c53 (patch) | |
tree | e082e537fed510ee98234a328c38787471dd71f0 /include | |
parent | ba19f6b5b46c539f9f2821d351837164b5824f04 (diff) | |
download | plan9port-c8af1ab17b72f500c27688598dbb893f09f62c53.tar.gz plan9port-c8af1ab17b72f500c27688598dbb893f09f62c53.tar.bz2 plan9port-c8af1ab17b72f500c27688598dbb893f09f62c53.zip |
tweaks
Diffstat (limited to 'include')
-rw-r--r-- | include/u.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/u.h b/include/u.h index 515072c6..a7f97fc6 100644 --- a/include/u.h +++ b/include/u.h @@ -23,6 +23,7 @@ extern "C" { #include <utf.h> #include <fmt.h> #include <math.h> +#include <ctype.h> /* for tolower */ /* * OS-specific crap |