Split and move compat.h to 'common/compat/'
[lttng-ust.git] / tests / unit / pthread_name / pthread_name.c
index 6faacf68224da07f7b0429aeccb9caeae89f509c..a662d826be4f1321abea4ff886a0dcddd2826e17 100644 (file)
@@ -6,7 +6,8 @@
 
 #include <stdio.h>
 #include <string.h>
-#include "../../../src/liblttng-ust/compat.h"
+#include "common/compat/pthread.h"
+#include "common/procname.h"
 
 #include "tap.h"
 
This page took 0.022479 seconds and 4 git commands to generate.