kmalloc, kfree, etc => malloc, free, etc
[ust.git] / tests / fork / fork.c
index 677261b17d7c7d03eb91d655f9052450307a42f7..b2d7d07026d3276f1cc48769cbb4df4b060ae414 100644 (file)
@@ -1,9 +1,9 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <sys/types.h>
+#include <stdlib.h>
 
-#include "marker.h"
-
+#include <ust/marker.h>
 
 int main(int argc, char **argv, char *env[])
 {
@@ -45,5 +45,3 @@ int main(int argc, char **argv, char *env[])
 
        return 0;
 }
-
-MARKER_LIB;
This page took 0.023765 seconds and 4 git commands to generate.