Move internal headers to 'src/' dir
[lttng-ust.git] / tests / compile / test-app-ctx / hello.c
index 9cc8f1a82b99209961177f0fb620dac85af9c3df..26cca016df7d4c0a17f661bbac0fec34eb1c7a59 100644 (file)
@@ -31,7 +31,7 @@ struct mmsghdr;
 #include <lttng/ust-events.h>
 #include <lttng/ringbuffer-context.h>
 /* Internal header. */
-#include <ust-context-provider.h>
+#include <common/ust-context-provider.h>
 
 static __thread unsigned int test_count;
 
This page took 0.023809 seconds and 4 git commands to generate.