From: Ryan Bloom Date: Sat, 10 Feb 2001 17:47:26 +0000 (+0000) Subject: Small header file cleanup. X-Git-Tag: 2.0.10~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a7e585a5ced66c6ee5a6717d0f8e060de1e2e8a;p=thirdparty%2Fapache%2Fhttpd.git Small header file cleanup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88066 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index 1d3885d5482..623b7ce7a72 100644 --- a/server/mpm/mpmt_pthread/mpmt_pthread.c +++ b/server/mpm/mpmt_pthread/mpmt_pthread.c @@ -62,6 +62,9 @@ #include "apr_file_io.h" #include "apr_thread_proc.h" +#if APR_HAVE_UNISTD_H +#include +#endif #if APR_HAVE_SYS_SOCKET_H #include #endif