summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_waitpid.c
diff options
context:
space:
mode:
authorJonathan Mini <mini@FreeBSD.org>2002-09-16 08:45:36 +0000
committerJonathan Mini <mini@FreeBSD.org>2002-09-16 08:45:36 +0000
commitcc118d869b950c0c5b934133ed4184e83d88553b (patch)
tree6cfc3adc606bf24f8d8f276256e9b391c6d7618b /lib/libpthread/thread/thr_waitpid.c
parent2c16ed2973fd134f416f3a24e9a01c939b8ffa5e (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_waitpid.c')
-rw-r--r--lib/libpthread/thread/thr_waitpid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_waitpid.c b/lib/libpthread/thread/thr_waitpid.c
index fcbbc9fa44ff..8938a6251b3e 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);