mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
80d6f46d4e
Yes, you build this *inside* serenity.
13 lines
314 B
Diff
13 lines
314 B
Diff
diff --git a/Utilities/cmcurl/lib/curl_setup.h b/Utilities/cmcurl/lib/curl_setup.h
|
|
index 45a093f..e621db3 100644
|
|
--- a/Utilities/cmcurl/lib/curl_setup.h
|
|
+++ b/Utilities/cmcurl/lib/curl_setup.h
|
|
@@ -380,6 +380,7 @@
|
|
#endif
|
|
|
|
#ifndef struct_stat
|
|
+# include <sys/stat.h>
|
|
# define struct_stat struct stat
|
|
#endif
|
|
|