X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Fexample_vfork.c;h=8c4aec94ee221ea542c9b33a2ddeaae584caa69f;hb=9434382c9ee992da3c21ff830793f15a55fc2b2d;hp=35ceaf42f24bb08ac1f3d11d6c3bd18927ed04b7;hpb=1c5441c26aa476ffb7ee2a83cea9d73817f83292;p=coloredstderr%2Fcoloredstderr.git diff --git a/tests/example_vfork.c b/tests/example_vfork.c index 35ceaf4..8c4aec9 100644 --- a/tests/example_vfork.c +++ b/tests/example_vfork.c @@ -17,11 +17,17 @@ * along with this program. If not, see . */ +#include + #include #include +#include #include -int main(int argc, char **argv) { +#include "../src/compiler.h" + + +int main(int argc unused, char **argv unused) { pid_t pid; fprintf(stderr, "Before vfork().\n");