X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Ffork%2Ffork.c;h=b2d7d07026d3276f1cc48769cbb4df4b060ae414;hb=909bc43f70be2b1d3efcefe33121ee1e99d9895b;hp=241ef8121484f065cd7b56fcd5816416f2dc366e;hpb=93d0f2eaff675059588e958e3de74a1bb7dd4028;p=ust.git diff --git a/tests/fork/fork.c b/tests/fork/fork.c index 241ef81..b2d7d07 100644 --- a/tests/fork/fork.c +++ b/tests/fork/fork.c @@ -1,6 +1,7 @@ #include #include #include +#include #include @@ -44,5 +45,3 @@ int main(int argc, char **argv, char *env[]) return 0; } - -MARKER_LIB;