summaryrefslogtreecommitdiff
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-12-22 09:03:18 -0500
committerZach Mullen <zach.mullen@kitware.com>2009-12-22 09:03:18 -0500
commit766ef1d01136747605b58c243e6074dda00667f8 (patch)
treecc14d2b4ac3e973f8837ebf8afe6c55515d6502a /Source/cmSystemTools.cxx
parente44bed50de91d81454103a4b3755699e0067a621 (diff)
downloadcmake-766ef1d01136747605b58c243e6074dda00667f8.tar.gz
Fix broken bootstrap test
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index b5cd1abff5..e89c479b04 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) && \