From 77cedaa3f199445cea607902419030fa65a18ec0 Mon Sep 17 00:00:00 2001 From: eholzbach Date: Sat, 8 Aug 2026 18:07:30 -0400 Subject: [PATCH] tools: include sys/types.h to build probes tool on musl sys/types.h is automatically included with glibc, not musl Signed-off-by: eholzbach --- tools/probes/probes_demux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/probes/probes_demux.c b/tools/probes/probes_demux.c index b92aaf88a19b..7b875cf9bb8a 100644 --- a/tools/probes/probes_demux.c +++ b/tools/probes/probes_demux.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include