diff options
Diffstat (limited to 'network_io/os2/sockets.c')
-rw-r--r-- | network_io/os2/sockets.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network_io/os2/sockets.c b/network_io/os2/sockets.c index ed07e1adf..cd3b084f5 100644 --- a/network_io/os2/sockets.c +++ b/network_io/os2/sockets.c @@ -52,8 +52,8 @@ * <http://www.apache.org/>. */ -#include "networkio.h" -#include "inherit.h" +#include "apr_arch_networkio.h" +#include "apr_arch_inherit.h" #include "apr_network_io.h" #include "apr_general.h" #include "apr_portable.h" @@ -65,7 +65,7 @@ #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> -#include "os2calls.h" +#include "apr_arch_os2calls.h" static apr_status_t socket_cleanup(void *sock) { |