need systm.h for insque
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Wed, 29 Oct 1986 15:03:04 +0000 (07:03 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Wed, 29 Oct 1986 15:03:04 +0000 (07:03 -0800)
SCCS-vsn: sys/netns/spp_usrreq.c 7.2

usr/src/sys/netns/spp_usrreq.c

index 13445f9..a85cb9a 100644 (file)
@@ -3,10 +3,11 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)spp_usrreq.c        7.1 (Berkeley) %G%
+ *     @(#)spp_usrreq.c        7.2 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
+#include "systm.h"
 #include "dir.h"
 #include "user.h"
 #include "mbuf.h"
 #include "dir.h"
 #include "user.h"
 #include "mbuf.h"