Skip to content

Commit 9d60e7c

Browse files
include types.h to build probes tool on musl
1 parent 58a8d62 commit 9d60e7c

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)