Commit cb104376 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Small header file cleanup.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88066 13f79535-47bb-0310-9956-ffa450edef68
parent 9f89ed59
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -62,6 +62,9 @@
#include "apr_file_io.h"
#include "apr_thread_proc.h"

#if APR_HAVE_UNISTD_H
#include <unistd.h>
#endif
#if APR_HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif