in_pcb.h now requires ip.h first
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Thu, 12 Apr 1990 10:17:47 +0000 (02:17 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Thu, 12 Apr 1990 10:17:47 +0000 (02:17 -0800)
SCCS-vsn: usr.bin/systat/netcmds.c 5.4

usr/src/usr.bin/systat/netcmds.c

index 5da956d..debfeb8 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)netcmds.c  5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)netcmds.c  5.4 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -21,6 +21,7 @@ static char sccsid[] = "@(#)netcmds.c 5.3 (Berkeley) %G%";
 
 #include <net/route.h>
 #include <netinet/in_systm.h>
 
 #include <net/route.h>
 #include <netinet/in_systm.h>
+#include <netinet/ip.h>
 #include <netinet/in_pcb.h>
 
 #define        streq(a,b)      (strcmp(a,b)==0)
 #include <netinet/in_pcb.h>
 
 #define        streq(a,b)      (strcmp(a,b)==0)