tests: gen-ust-events-ns/tp.h: Fix build with musl libc
[lttng-tools.git] / tests / utils / testapp / gen-ust-events-ns / tp.h
index 4dbfed51a7238f5884838b492d31504b6a450e3c..e0ddb29a601f6e42215527b74fa109bb9e3a6b78 100644 (file)
@@ -11,6 +11,7 @@
 #if !defined(_TRACEPOINT_TP_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
 #define _TRACEPOINT_TP_H
 
+#include <sys/types.h>
 #include <lttng/tracepoint.h>
 
 TRACEPOINT_EVENT(tp, tptest,
This page took 0.023322 seconds and 4 git commands to generate.