Fix: Add missing pthread.h include
[lttng-tools.git] / src / common / defaults.h
index 27f1ddc82a66524afeef8250d50c2f0dfefa72c7..37d222a784fd0b3564a35b3a845fb8fe88b956e2 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef _DEFAULTS_H
 #define _DEFAULTS_H
 
+#include <pthread.h>
 #include <src/common/macros.h>
 
 /* Default unix group name for tracing. */
This page took 0.023172 seconds and 4 git commands to generate.