diff --git a/dlls/rpcrt4/rpc_transport.c b/dlls/rpcrt4/rpc_transport.c index 86b4303b445..0db5b6af934 100644 --- a/dlls/rpcrt4/rpc_transport.c +++ b/dlls/rpcrt4/rpc_transport.c @@ -29,20 +29,20 @@ #include #include -#include +#ifdef HAVE_UNISTD_H +# include +#endif #include #include -#ifdef HAVE_SYS_TYPES #include -#endif #ifdef HAVE_SYS_SOCKET_H -#include +# include #endif #ifdef HAVE_NETINET_IN_H -#include +# include #endif #ifdef HAVE_ARPA_INET_H -#include +# include #endif #ifdef HAVE_NETDB_H #include