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