ENH: Remove more warnings
This commit is contained in:
parent
e1ab24354c
commit
ddf848ac66
|
@ -1,6 +1,9 @@
|
||||||
|
// Prevent warnings on Visual Studio
|
||||||
struct _RPC_ASYNC_STATE;
|
struct _RPC_ASYNC_STATE;
|
||||||
|
|
||||||
#include "curl/curl.h"
|
#include "curl/curl.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
int GetFtpFile(void)
|
int GetFtpFile(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue