From 98dc6739f00cba8c0193e47e73eacea488d3ad96 Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Mon, 16 Feb 2026 21:30:11 +0000 Subject: [PATCH] win: fix fs-fd-hash-inl.h missing from dist.tar.gz --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 797efc83e..e15075f78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,6 +67,7 @@ libuv_la_SOURCES += src/win/async.c \ src/win/error.c \ src/win/fs-event.c \ src/win/fs.c \ + src/win/fs-fd-hash-inl.h \ src/win/getaddrinfo.c \ src/win/getnameinfo.c \ src/win/handle.c \