Skip to content

Commit

Permalink
try fix libuv build
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Jan 18, 2025
1 parent bc62911 commit 9dd2c0f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patches/libuv.patch
Original file line number Diff line number Diff line change
Expand Up @@ -842,3 +842,14 @@ index 857a4ef8a..9deec0ef5 100644
--
2.47.0


--
--- a/src/unix/linux.c
+++ b/src/unix/linux.c
@@ -26,4 +26,5 @@
#include "uv.h"
#include "internal.h"

+#include <limits.h> /* LLONG_MAX */
#include <inttypes.h>

0 comments on commit 9dd2c0f

Please sign in to comment.