From 759897306d6136c9f8a3d2266c8844bdf1a5edc0 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Wed, 28 Jun 2023 12:27:17 +0200 Subject: [PATCH] [select] Code depends on libevent and libcurl --- src/main/select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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