diff --git a/network.c b/network.c index 0975149..6a8ccb9 100644 --- a/network.c +++ b/network.c @@ -1,5 +1,7 @@ #include "network.h" +#include +#include #include #include diff --git a/network.h b/network.h index c144fbc..5c217e4 100644 --- a/network.h +++ b/network.h @@ -1,15 +1,11 @@ #ifndef NETWORK_H #define NETWORK_H -#include -#include +#include #define URL_LEN_MAX 2048 #define LINK_LEN_MAX 255 - -#ifndef HTTPDIRFS_SINGLE -# define CURL_MULTI_MAX_CONNECTION 20 -#endif +#define CURL_MULTI_MAX_CONNECTION 20 /** \brief the link type */ typedef enum {