diff options
author | Brad King <brad.king@kitware.com> | 2006-08-01 18:45:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-08-01 18:45:32 (GMT) |
commit | 8a79d25927313e90f432f25c67453c45015d9176 (patch) | |
tree | eb613268898f0f378bfdbdd63aaf7122756401d0 /Source/kwsys/Registry.cxx | |
parent | b2ebcb5eb32a917b4778e94a5932a72a283091c5 (diff) | |
download | CMake-8a79d25927313e90f432f25c67453c45015d9176.zip CMake-8a79d25927313e90f432f25c67453c45015d9176.tar.gz CMake-8a79d25927313e90f432f25c67453c45015d9176.tar.bz2 |
COMP: Added missing headers. This partially addresses bug#3556.
Diffstat (limited to 'Source/kwsys/Registry.cxx')
-rw-r--r-- | Source/kwsys/Registry.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/kwsys/Registry.cxx b/Source/kwsys/Registry.cxx index a4e8d02..b410be7 100644 --- a/Source/kwsys/Registry.cxx +++ b/Source/kwsys/Registry.cxx @@ -36,6 +36,8 @@ #include <ctype.h> // for isspace #include <stdio.h> +#include <string.h> /* strlen, strncpy */ +#include <stdlib.h> /* getenv */ #ifdef _WIN32 # include <windows.h> |