aports/testing/lttng-tools/missing-pthread-include.patch
2016-12-07 08:47:57 +00:00

11 lines
255 B
Diff

--- 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. */