diff --git a/src/main/select.c b/src/main/select.c index 6fd4fa05..34696eec 100644 --- a/src/main/select.c +++ b/src/main/select.c @@ -77,7 +77,7 @@ do { \ #define FD_SETSIZE 1024 #endif -#ifdef CONFIG_LIBEVENT +#if defined(CONFIG_LIBEVENT) && defined(CONFIG_LIBCURL) /* Information associated with a specific easy handle */ typedef struct _ConnInfo