diff --git a/src/thread/pthread_join.c b/src/thread/pthread_join.c index b8813e0265e625946bd48dbdcc46cb925110e31c..17dae85d7086155a78b89052b6f0b551429a2987 100644 --- a/src/thread/pthread_join.c +++ b/src/thread/pthread_join.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include "pthread_impl.h" #include