diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-01 15:55:05 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-01 15:55:05 (GMT) |
commit | 9d6ee55fdf357fde9e748f30e6b859fca2dea44e (patch) | |
tree | 1e1c66a042f56ab15ef36192e8b4d65df5f4d129 /Source/CTest/Curl/Testing | |
parent | 93f7601d0f8edaadbfe72eca546c30a42a53a25c (diff) | |
download | CMake-9d6ee55fdf357fde9e748f30e6b859fca2dea44e.zip CMake-9d6ee55fdf357fde9e748f30e6b859fca2dea44e.tar.gz CMake-9d6ee55fdf357fde9e748f30e6b859fca2dea44e.tar.bz2 |
ERR: Remove warnings
Diffstat (limited to 'Source/CTest/Curl/Testing')
-rw-r--r-- | Source/CTest/Curl/Testing/curltest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/Curl/Testing/curltest.c b/Source/CTest/Curl/Testing/curltest.c index 5a63ef3..ea54c08 100644 --- a/Source/CTest/Curl/Testing/curltest.c +++ b/Source/CTest/Curl/Testing/curltest.c @@ -1,3 +1,4 @@ +struct _RPC_ASYNC_STATE; #include "curl/curl.h" #include <stdlib.h> |