diff options
author | Brad King <brad.king@kitware.com> | 2016-09-30 12:07:20 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-09-30 12:07:20 (GMT) |
commit | dd0ba564e4aa10f608c91de5e0f225e4c9405757 (patch) | |
tree | 67f737ebe95dc3e7e37a7b5769966dc4409f032c /Source | |
parent | 7246e0c2efea17737b7f93921df61a319624e681 (diff) | |
parent | 6fe45e989d9b35dce812203b368b0a5d7fdacca6 (diff) | |
download | CMake-dd0ba564e4aa10f608c91de5e0f225e4c9405757.zip CMake-dd0ba564e4aa10f608c91de5e0f225e4c9405757.tar.gz CMake-dd0ba564e4aa10f608c91de5e0f225e4c9405757.tar.bz2 |
Merge topic 'update-kwsys'
6fe45e98 Merge branch 'upstream-KWSys' into update-kwsys
0ab471ad KWSys 2016-09-29 (6cfcbede)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/kwsys/SystemTools.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 4281c38..c97af25 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -66,6 +66,10 @@ #include <sys/stat.h> #include <time.h> +#if defined(_WIN32) && !defined(_MSC_VER) && defined(__GNUC__) +# include <strings.h> /* for strcasecmp */ +#endif + #ifdef _MSC_VER # define umask _umask // Note this is still umask on Borland #endif |