void-packages/srcpkgs/lttng-tools/patches/musl-ino_t.patch

11 lines
253 B
Diff
Raw Normal View History

2020-04-10 10:49:19 +00:00
--- tests/utils/testapp/gen-ust-events-ns/tp.h
+++ tests/utils/testapp/gen-ust-events-ns/tp.h
@@ -12,6 +12,7 @@
#define _TRACEPOINT_TP_H
#include <lttng/tracepoint.h>
+#include <sys/types.h>
TRACEPOINT_EVENT(tp, tptest,
TP_ARGS(ino_t, ns_ino),