mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 21:21:50 +03:00
80d6f46d4e
Yes, you build this *inside* serenity.
14 lines
365 B
Diff
14 lines
365 B
Diff
diff --git a/Utilities/cmlibuv/include/uv/unix.h b/Utilities/cmlibuv/include/uv/unix.h
|
|
index fb3e97d..a59192f 100644
|
|
--- a/Utilities/cmlibuv/include/uv/unix.h
|
|
+++ b/Utilities/cmlibuv/include/uv/unix.h
|
|
@@ -78,6 +78,8 @@
|
|
# include "posix.h"
|
|
#elif defined(__QNX__)
|
|
# include "posix.h"
|
|
+#elif defined(__serenity__)
|
|
+# include "posix.h"
|
|
#endif
|
|
|
|
#ifndef NI_MAXHOST
|