Move liblttng-ust to 'src/lib/'
[lttng-ust.git] / src / common / ustcomm.c
index 2d445cbadc0bda6cafd15cb1bb3594d713d4d2d2..d65889926c5114d9a32bc548f7e081fb7e1f5f94 100644 (file)
@@ -27,8 +27,8 @@
 #include "common/dynamic-type.h"
 #include "common/logging.h"
 
-#include "../liblttng-ust/ust-events-internal.h"
-#include "../liblttng-ust/compat.h"
+#include "lib/lttng-ust/ust-events-internal.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.036632 seconds and 4 git commands to generate.