mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
80d6f46d4e
Yes, you build this *inside* serenity.
11 lines
296 B
Diff
11 lines
296 B
Diff
--- a/Utilities/cmcurl/include/curl/multi.h 2021-02-12 21:03:08.726002327 +0330
|
|
+++ b/Utilities/cmcurl/include/curl/multi.h 2021-02-12 21:03:12.015764990 +0330
|
|
@@ -47,6 +47,7 @@
|
|
* but with this warning attached.
|
|
*/
|
|
#include "curl.h"
|
|
+#include <unistd.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|