Skip to content

Commit 77cedaa

Browse files
committed
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 <ericholzbach@pm.me>
1 parent 58a8d62 commit 77cedaa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/probes/probes_demux.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <stdint.h>
1515
#include <stdlib.h>
1616
#include <string.h>
17+
#include <sys/types.h>
1718
#include <unistd.h>
1819

1920
#include <ipc/probe_dma_frame.h>

0 commit comments

Comments
 (0)