mbuf.h now requires param.h instead of types.h
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Tue, 5 Sep 1989 09:45:45 +0000 (01:45 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Tue, 5 Sep 1989 09:45:45 +0000 (01:45 -0800)
SCCS-vsn: sys/netns/ns_cksum.c 7.4

usr/src/sys/netns/ns_cksum.c

index 409a4d4..504f8b3 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)ns_cksum.c  7.3 (Berkeley) %G%
+ *     @(#)ns_cksum.c  7.4 (Berkeley) %G%
  */
 
  */
 
-#include "types.h"
+#include "param.h"
 #include "mbuf.h"
 /*
  * Checksum routine for Network Systems Protocol Packets (Big-Endian).
 #include "mbuf.h"
 /*
  * Checksum routine for Network Systems Protocol Packets (Big-Endian).