aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lttng-tools/missing-pthread-include.patch
blob: e94b59462b6637ed5a15b734942c207760175665 (plain)
1
2
3
4
5
6
7
8
9
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. */