Fix: add missing errno.h in pthread compat
[lttng-tools.git] / src / common / compat / pthread.h
index a5f91b339123976bb6e5a95a6f2f46054692fa90..4d3f9c7720cd7623218c966c7ce4eec723b42193 100644 (file)
@@ -9,6 +9,7 @@
 #define _COMPAT_PTHREAD_H
 
 #include <pthread.h>
+#include <errno.h>
 
 #if defined(HAVE_PTHREAD_SETNAME_NP_WITH_TID)
 static inline
This page took 0.023708 seconds and 4 git commands to generate.