use the right include
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 5 Jun 1986 14:48:45 +0000 (06:48 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 5 Jun 1986 14:48:45 +0000 (06:48 -0800)
SCCS-vsn: sys/net/if_loop.c 6.10

usr/src/sys/net/if_loop.c

index 4434d8a..f175c50 100644 (file)
@@ -1,9 +1,9 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
+ * Copyright (c) 1982, 1986 Regents of the University of California.
  * 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.
  *
- *     @(#)if_loop.c   6.9 (Berkeley) %G%
+ *     @(#)if_loop.c   6.10 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -24,8 +24,8 @@
 #ifdef INET
 #include "../netinet/in.h"
 #include "../netinet/in_systm.h"
 #ifdef INET
 #include "../netinet/in.h"
 #include "../netinet/in_systm.h"
+#include "../netinet/in_var.h"
 #include "../netinet/ip.h"
 #include "../netinet/ip.h"
-#include "../netinet/ip_var.h"
 #endif
 
 #ifdef vax
 #endif
 
 #ifdef vax