From ddf848ac661a0feddc80f37e35e4b5839ef0ff40 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 1 May 2003 14:18:14 -0400 Subject: ENH: Remove more warnings --- Source/CTest/Curl/Testing/curltest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/CTest/Curl/Testing/curltest.c b/Source/CTest/Curl/Testing/curltest.c index ea54c08..0037e11 100644 --- a/Source/CTest/Curl/Testing/curltest.c +++ b/Source/CTest/Curl/Testing/curltest.c @@ -1,6 +1,9 @@ +// Prevent warnings on Visual Studio struct _RPC_ASYNC_STATE; + #include "curl/curl.h" #include +#include int GetFtpFile(void) { -- cgit v0.12