summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/formdata.c
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-10-05 16:42:38 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-10-05 16:42:38 (GMT)
commit16c839206a3ec70addd4012d703e86f0dad9f961 (patch)
tree01946dcf965f4fc48e259923c7aa4a81dec06093 /Source/CTest/Curl/formdata.c
parentf9468a2967c037a8d1630673169cf3c772018f33 (diff)
downloadCMake-16c839206a3ec70addd4012d703e86f0dad9f961.zip
CMake-16c839206a3ec70addd4012d703e86f0dad9f961.tar.gz
CMake-16c839206a3ec70addd4012d703e86f0dad9f961.tar.bz2
BUG: change the name of memory.h
Diffstat (limited to 'Source/CTest/Curl/formdata.c')
-rw-r--r--Source/CTest/Curl/formdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/formdata.c b/Source/CTest/Curl/formdata.c
index 4fd83c0..42ed0ec 100644
--- a/Source/CTest/Curl/formdata.c
+++ b/Source/CTest/Curl/formdata.c
@@ -115,7 +115,7 @@ Content-Disposition: form-data; name="FILECONTENT"
#include <sys/stat.h>
#include "formdata.h"
#include "strequal.h"
-#include "memory.h"
+#include "curl_memory.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>