X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=tests%2Fexample_vfork.c;h=676431f354ba73b169a079874acb60f35b6f5df4;hp=ed94e562e8cd4820107f08880daf7926e1232837;hb=8a65b4486febf00e3fad5bafc3773a811e675a4c;hpb=06f483dbeece72fa46fe43700b6e01279c92c916 diff --git a/tests/example_vfork.c b/tests/example_vfork.c index ed94e56..676431f 100644 --- a/tests/example_vfork.c +++ b/tests/example_vfork.c @@ -1,7 +1,7 @@ /* * Test issues with vfork(). * - * Copyright (C) 2013 Simon Ruderich + * Copyright (C) 2013-2015 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,12 +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");