diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-10-05 16:42:38 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-10-05 16:42:38 (GMT) |
commit | 16c839206a3ec70addd4012d703e86f0dad9f961 (patch) | |
tree | 01946dcf965f4fc48e259923c7aa4a81dec06093 /Source/CTest/Curl/hostip4.c | |
parent | f9468a2967c037a8d1630673169cf3c772018f33 (diff) | |
download | CMake-16c839206a3ec70addd4012d703e86f0dad9f961.zip CMake-16c839206a3ec70addd4012d703e86f0dad9f961.tar.gz CMake-16c839206a3ec70addd4012d703e86f0dad9f961.tar.bz2 |
BUG: change the name of memory.h
Diffstat (limited to 'Source/CTest/Curl/hostip4.c')
-rw-r--r-- | Source/CTest/Curl/hostip4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/hostip4.c b/Source/CTest/Curl/hostip4.c index 50d2ada..2a8588e 100644 --- a/Source/CTest/Curl/hostip4.c +++ b/Source/CTest/Curl/hostip4.c @@ -87,7 +87,7 @@ #include "inet_ntoa_r.h" #endif -#include "memory.h" +#include "curl_memory.h" /* The last #include file should be: */ #include "memdebug.h" |