summaryrefslogtreecommitdiff
path: root/Source/cmCurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCurl.h')
-rw-r--r--Source/cmCurl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCurl.h b/Source/cmCurl.h
index fe7eb809f..cb73ce631 100644
--- a/Source/cmCurl.h
+++ b/Source/cmCurl.h
@@ -5,9 +5,10 @@
#include "cmConfigure.h" // IWYU pragma: keep
-#include "cm_curl.h"
#include <string>
+#include "cm_curl.h"
+
std::string cmCurlSetCAInfo(::CURL* curl, const char* cafile = nullptr);
std::string cmCurlSetNETRCOption(::CURL* curl, const std::string& netrc_level,
const std::string& netrc_file);