summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_pselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_pselect.c')
-rw-r--r--lib/libpthread/thread/thr_pselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_pselect.c b/lib/libpthread/thread/thr_pselect.c
index 5a3d378..af22337 100644
--- a/lib/libpthread/thread/thr_pselect.c
+++ b/lib/libpthread/thread/thr_pselect.c
@@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$");
#include <signal.h>
#include <pthread.h>
-#include "pthread_private.h"
+#include "thr_private.h"
extern int __pselect(int count, fd_set *rfds, fd_set *wfds, fd_set *efds,
const struct timespec *timo, const sigset_t *mask);
OpenPOWER on IntegriCloud