Move immediate.h, marker.h and tracepoint.h to include/ust/
[ust.git] / tests / hello2 / hello2.c
index bd3856cb810039036415cd0b45f82bc338e3feae..17e478cfe4ed8bddda83bafff741e14878046536 100644 (file)
@@ -2,7 +2,8 @@
 #include <time.h>
 #include <errno.h>
 
-#include "marker.h"
+#include <ust/marker.h>
+
 int main()
 {
        int i;
This page took 0.022704 seconds and 4 git commands to generate.