]> git.ozlabs.org Git - ppp.git/blobdiff - common/zlib.c
fix decls of [cs]ifdefaultroute and logwtmp
[ppp.git] / common / zlib.c
index 4a518e27f10fb5f67733878aa1dda2045b0992bd..63902209d7f16f6467da52a79a1e7c21f2634053 100644 (file)
@@ -11,7 +11,7 @@
  * - added Z_PACKET_FLUSH (see zlib.h for details)
  * - added inflateIncomp
  *
- * $Id: zlib.c,v 1.3 1996/09/26 06:29:43 paulus Exp $
+ * $Id: zlib.c,v 1.5 1997/03/04 03:26:35 paulus Exp $
  */
 
 /* 
@@ -88,8 +88,8 @@ extern char *z_errmsg[]; /* indexed by 1-zlib_error */
          /* functions */
 
 #if defined(KERNEL) || defined(_KERNEL)
-/* Assume we're not being compiled under Linux */
 #include <sys/types.h>
+#include <sys/time.h>
 #include <sys/systm.h>
 #  define zmemcpy(d, s, n)     bcopy((s), (d), (n))
 #  define zmemzero             bzero