Fix: abort on decrement_sem_count during concurrent tracing start and teardown
[lttng-ust.git] / tests / unit / pthread_name / pthread_name.c
index 564126356429333679c005ecb3c155cd264b4bed..a662d826be4f1321abea4ff886a0dcddd2826e17 100644 (file)
@@ -6,13 +6,14 @@
 
 #include <stdio.h>
 #include <string.h>
-#include "compat.h"
+#include "common/compat/pthread.h"
+#include "common/procname.h"
 
 #include "tap.h"
 
 #define TEST_NAME_PROPER_LEN 16
 
-int main()
+int main(void)
 {
        int ret;
        char name1[TEST_NAME_PROPER_LEN];
This page took 0.025563 seconds and 4 git commands to generate.