1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[curl] include sys/cdefs.h for __STRING

This commit is contained in:
Witold Filipczyk 2023-07-25 16:14:14 +02:00
parent c09b5da405
commit 3923ae6d64

View File

@ -59,6 +59,7 @@ do { \
#ifdef CONFIG_LIBCURL
#include <curl/curl.h>
#include <sys/cdefs.h>
#endif
#include "elinks.h"