diff options
Diffstat (limited to 'lib/Support/Unix/Host.inc')
-rw-r--r-- | lib/Support/Unix/Host.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Unix/Host.inc b/lib/Support/Unix/Host.inc index a286a15705..dda3ce2c6f 100644 --- a/lib/Support/Unix/Host.inc +++ b/lib/Support/Unix/Host.inc @@ -22,7 +22,7 @@ #include <sys/utsname.h> #include <cctype> #include <string> -#include <ctype.h> +#include <cstdlib> // ::getenv using namespace llvm; |