From 3923ae6d64c4d06fb5b5c21f767c4dda2c304c68 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Tue, 25 Jul 2023 16:14:14 +0200 Subject: [PATCH] [curl] include sys/cdefs.h for __STRING --- src/main/select.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/select.c b/src/main/select.c index ab4137f44..505b3e572 100644 --- a/src/main/select.c +++ b/src/main/select.c @@ -59,6 +59,7 @@ do { \ #ifdef CONFIG_LIBCURL #include +#include #endif #include "elinks.h"