diff options
Diffstat (limited to 'lib/libpthread/thread/thr_waitpid.c')
-rw-r--r-- | lib/libpthread/thread/thr_waitpid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_waitpid.c b/lib/libpthread/thread/thr_waitpid.c index fcbbc9f..8938a62 100644 --- a/lib/libpthread/thread/thr_waitpid.c +++ b/lib/libpthread/thread/thr_waitpid.c @@ -32,7 +32,7 @@ #include <sys/types.h> #include <sys/wait.h> #include <pthread.h> -#include "pthread_private.h" +#include "thr_private.h" __weak_reference(_waitpid, waitpid); |