You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2002/02/08 20:09:19 UTC

cvs commit: apr/locks/netware thread_cond.c

bnicholes    02/02/08 11:09:19

  Modified:    locks/netware thread_cond.c
  Log:
  Directly included the NKS/errno.h header
  
  Revision  Changes    Path
  1.6       +2 -0      apr/locks/netware/thread_cond.c
  
  Index: thread_cond.c
  ===================================================================
  RCS file: /home/cvs/apr/locks/netware/thread_cond.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- thread_cond.c	2 Nov 2001 23:27:16 -0000	1.5
  +++ thread_cond.c	8 Feb 2002 19:09:19 -0000	1.6
  @@ -52,6 +52,8 @@
    * <http://www.apache.org/>.
    */
   
  +#include <nks/errno.h>
  +
   #include "apr.h"
   #include "apr_private.h"
   #include "apr_general.h"