瀏覽代碼

ENH: Remove more warnings

Andy Cedilnik 22 年之前
父節點
當前提交
ddf848ac66
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Source/CTest/Curl/Testing/curltest.c

+ 3 - 0
Source/CTest/Curl/Testing/curltest.c

@@ -1,6 +1,9 @@
+// Prevent warnings on Visual Studio
 struct _RPC_ASYNC_STATE;
+
 #include "curl/curl.h"
 #include <stdlib.h>
+#include <string.h>
 
 int GetFtpFile(void)
 {