Andy Cedilnik 23 лет назад
Родитель
Сommit
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)
 {