mirror of
https://github.com/RGBCube/serenity
synced 2025-05-26 01:15:07 +00:00
11 lines
727 B
Diff
11 lines
727 B
Diff
--- curl-7.82.0/include/curl/curl.h.orig 2022-03-13 16:35:49.138578404 +0000
|
|
+++ curl-7.82.0/include/curl/curl.h 2022-03-13 16:36:19.966328690 +0000
|
|
@@ -71,7 +71,7 @@
|
|
#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \
|
|
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \
|
|
defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__) || \
|
|
- defined(__CYGWIN__) || defined(AMIGA) || defined(__NuttX__) || \
|
|
+ defined(__CYGWIN__) || defined(AMIGA) || defined(__NuttX__) || defined(__serenity__) || \
|
|
(defined(__FreeBSD_version) && (__FreeBSD_version < 800000)) || \
|
|
(defined(__MidnightBSD_version) && (__MidnightBSD_version < 100000))
|
|
#include <sys/select.h>
|