diff options
author | Michael Jeanson <mjeanson@efficios.com> | 2016-12-02 16:25:53 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-12-07 08:47:57 +0000 |
commit | 881eab873d124ea3c2d66bb25875d3c5e275e8f3 (patch) | |
tree | e9cd181f791552deaabb60f35f3b0814ac3dc2f8 /testing/lttng-tools/missing-pthread-include.patch | |
parent | cb13a5abe28833d6c2a776354ded3e4c8fbd344a (diff) | |
download | aports-881eab873d124ea3c2d66bb25875d3c5e275e8f3.tar.bz2 aports-881eab873d124ea3c2d66bb25875d3c5e275e8f3.tar.xz |
testing/lttng-tools: upgrade to 2.9.0
Diffstat (limited to 'testing/lttng-tools/missing-pthread-include.patch')
-rw-r--r-- | testing/lttng-tools/missing-pthread-include.patch | 10 |
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. */ |