From b86b3453188ebca9e461c4b121b514033623eab5 Mon Sep 17 00:00:00 2001 From: eholzbach Date: Sat, 8 Aug 2026 18:07:30 -0400 Subject: [PATCH] include types.h to build probes tool on musl --- 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