mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
COMP: Remove errors
This commit is contained in:
parent
e36ae0fcb8
commit
c944a60b17
@ -11,6 +11,7 @@
|
||||
#include "curl/curl.h"
|
||||
#include "curl/types.h"
|
||||
#include "curl/easy.h"
|
||||
#include "setup.h"
|
||||
|
||||
#include "testconfig.h"
|
||||
|
||||
|
@ -34,6 +34,7 @@ int main(int argc, char **argv)
|
||||
CURLcode res;
|
||||
FILE *ftpfile;
|
||||
FILE *respfile;
|
||||
(void)argc; (void)argv;
|
||||
|
||||
/* local file name to store the file as */
|
||||
ftpfile = fopen(LIBCURL_BINARY_DIR "/Testing/ftpgetresp-list.txt", "wb"); /* b is binary, needed on win32 */
|
||||
|
@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
#include "curl/curl.h"
|
||||
#include "setup.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
Loading…
Reference in New Issue
Block a user