From c9c2948cbb6d17263995849d31189f63d7d9de5a Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 4 Aug 2010 02:24:49 +0000 Subject: Fixed two other NetWare compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@982100 13f79535-47bb-0310-9956-ffa450edef68 --- include/apr.hnw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apr.hnw') diff --git a/include/apr.hnw b/include/apr.hnw index ef4de26c1..580c0f53e 100644 --- a/include/apr.hnw +++ b/include/apr.hnw @@ -114,7 +114,7 @@ extern "C" { #ifdef USE_WINSOCK #define APR_HAVE_SYS_SOCKET_H 0 #define APR_HAVE_SYS_SOCKIO_H 0 -#define APR_HAVE_SYS_TIME_H 0 +#define APR_HAVE_SYS_TIME_H 1 #define APR_HAVE_SYS_UN_H 0 #else #define APR_HAVE_SYS_SOCKET_H 1 -- cgit v1.2.1