############################################################################# 
# Patch for building Neon lib for NetWare - by G. Knauf                     # 
# use with: patch -p 0 -i neon-0.26.1.diff                                  # 
############################################################################# 
--- src/ne_defs.h.orig	Sun Oct 09 15:31:00 2005
+++ src/ne_defs.h	Fri Sep 15 19:49:08 2006
@@ -34,6 +34,10 @@
 #define ssize_t int
 #endif
 
+#ifdef NETWARE
+#include <time.h> /* for time_t */
+#endif
+
 #ifdef __GNUC__
 #if __GNUC__ >= 3
 #define ne_attribute_malloc __attribute__((malloc))
############################################################################# 
