From 766ef1d01136747605b58c243e6074dda00667f8 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Tue, 22 Dec 2009 09:03:18 -0500 Subject: [PATCH] Fix broken bootstrap test --- Source/cmSystemTools.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index b5cd1abff..e89c479b0 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -26,6 +26,7 @@ #include #include # include +#include "cm_curl.h" #endif #include @@ -38,8 +39,6 @@ # include #endif -#include "cm_curl.h" - #include #if defined(_WIN32) && \