aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lttng-tools/missing-pthread-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lttng-tools/missing-pthread-include.patch')
-rw-r--r--testing/lttng-tools/missing-pthread-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/lttng-tools/missing-pthread-include.patch b/testing/lttng-tools/missing-pthread-include.patch
new file mode 100644
index 0000000000..e94b59462b
--- /dev/null
+++ b/testing/lttng-tools/missing-pthread-include.patch
@@ -0,0 +1,10 @@
+--- lttng-tools-2.9.0.orig/src/common/defaults.h
++++ lttng-tools-2.9.0/src/common/defaults.h
+@@ -20,6 +20,7 @@
+ #ifndef _DEFAULTS_H
+ #define _DEFAULTS_H
+
++#include <pthread.h>
+ #include <src/common/macros.h>
+
+ /* Default unix group name for tracing. */