diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-12-22 14:03:18 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-12-22 14:03:18 (GMT) |
commit | 766ef1d01136747605b58c243e6074dda00667f8 (patch) | |
tree | cc14d2b4ac3e973f8837ebf8afe6c55515d6502a /Source/cmSystemTools.cxx | |
parent | e44bed50de91d81454103a4b3755699e0067a621 (diff) | |
download | CMake-766ef1d01136747605b58c243e6074dda00667f8.zip CMake-766ef1d01136747605b58c243e6074dda00667f8.tar.gz CMake-766ef1d01136747605b58c243e6074dda00667f8.tar.bz2 |
Fix broken bootstrap test
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index b5cd1ab..e89c479 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -26,6 +26,7 @@ #include <cmlibarchive/libarchive/archive.h> #include <cmlibarchive/libarchive/archive_entry.h> # include <cmsys/Terminal.h> +#include "cm_curl.h" #endif #include <cmsys/stl/algorithm> @@ -38,8 +39,6 @@ # include <sys/wait.h> #endif -#include "cm_curl.h" - #include <sys/stat.h> #if defined(_WIN32) && \ |