From 675a5a53960a3535b7061acd2fd9aa96aadd1b1b Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 26 Sep 2024 09:45:36 +0200 Subject: [PATCH] build: add darwin-syscalls.h to release tarball (#4546) Overlooked in commit 1c778bd0 ("darwin: add udp mmsg support") from earlier this month. Fixes: https://github.com/libuv/libuv/issues/4544 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 9379b6717..f85a41316 100644 --- a/Makefile.am +++ b/Makefile.am @@ -430,6 +430,7 @@ libuv_la_CFLAGS += -D_DARWIN_UNLIMITED_SELECT=1 libuv_la_SOURCES += src/unix/bsd-ifaddrs.c \ src/unix/darwin-proctitle.c \ src/unix/darwin-stub.h \ + src/unix/darwin-syscalls.h \ src/unix/darwin.c \ src/unix/fsevents.c \ src/unix/kqueue.c \