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