You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2011/12/15 21:41:37 UTC

svn commit: r1214952 - /apr/apr/branches/0.9.x/include/apr.hnw

Author: fuankg
Date: Thu Dec 15 20:41:37 2011
New Revision: 1214952

URL: http://svn.apache.org/viewvc?rev=1214952&view=rev
Log:
Fixed compiler warning; added include file.

Modified:
    apr/apr/branches/0.9.x/include/apr.hnw

Modified: apr/apr/branches/0.9.x/include/apr.hnw
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/include/apr.hnw?rev=1214952&r1=1214951&r2=1214952&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/include/apr.hnw (original)
+++ apr/apr/branches/0.9.x/include/apr.hnw Thu Dec 15 20:41:37 2011
@@ -38,6 +38,7 @@
 
 #if defined(NETWARE) || defined(DOXYGEN)
 
+#undef  FD_SETSIZE
 #define FD_SETSIZE 1024
 
 #include <sys/types.h>
@@ -48,6 +49,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <limits.h>
+#include <netware.h>
 #include <nks/thread.h>
 #include <nks/synch.h>
 #include <nks/time.h>