Split and move compat.h to 'common/compat/'
[lttng-ust.git] / src / common / ustcomm.c
index 2d445cbadc0bda6cafd15cb1bb3594d713d4d2d2..ddd23ba86e381e6d581f315b819654df4476216c 100644 (file)
@@ -28,7 +28,7 @@
 #include "common/logging.h"
 
 #include "../liblttng-ust/ust-events-internal.h"
-#include "../liblttng-ust/compat.h"
+#include "common/compat/pthread.h"
 
 #define USTCOMM_CODE_OFFSET(code)      \
        (code == LTTNG_UST_OK ? 0 : (code - LTTNG_UST_ERR + 1))
This page took 0.022841 seconds and 4 git commands to generate.