diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_unix.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nxt_unix.h b/src/nxt_unix.h index 21096e31..7ab2f9da 100644 --- a/src/nxt_unix.h +++ b/src/nxt_unix.h @@ -190,11 +190,7 @@ #include <time.h> #include <ucontext.h> #include <unistd.h> - - -#if (NXT_THREADS) #include <pthread.h> -#endif #if (NXT_HAVE_EPOLL) #include <sys/epoll.h> |