X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ffunctional%2Fpthread_cancel-points.c;fp=src%2Ffunctional%2Fpthread_cancel-points.c;h=8b169a0e247c79076bf3a3c31dea2d59bd575486;hb=6c9a64c370c3fd92b1cda3ef4246933956575c12;hp=eb7dac75305da0162438f94154a320d315db0ceb;hpb=57d11f1a1ee4bb265794576939157f5d7537b9bc;p=libc-test diff --git a/src/functional/pthread_cancel-points.c b/src/functional/pthread_cancel-points.c index eb7dac7..8b169a0 100644 --- a/src/functional/pthread_cancel-points.c +++ b/src/functional/pthread_cancel-points.c @@ -5,6 +5,7 @@ #include #include #include +#include #include "test.h" #define TESTC(c, m) ( (c) || (t_error(#c " failed (%s, " m ")\n", cdescr), 0) )