Move all sources to 'src/'
[lttng-ust.git] / tests / unit / pthread_name / pthread_name.c
index 564126356429333679c005ecb3c155cd264b4bed..6faacf68224da07f7b0429aeccb9caeae89f509c 100644 (file)
@@ -6,13 +6,13 @@
 
 #include <stdio.h>
 #include <string.h>
-#include "compat.h"
+#include "../../../src/liblttng-ust/compat.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.024525 seconds and 4 git commands to generate.