Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Fix build failed. Include if_inarp.h.



details:   https://anonhg.NetBSD.org/src/rev/b4e0a29d18d9
branches:  trunk
changeset: 771427:b4e0a29d18d9
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sun Nov 20 12:15:38 2011 +0000

description:
Fix build failed.  Include if_inarp.h.

diffstat:

 sys/net/if_ecosubr.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 608b8432320d -r b4e0a29d18d9 sys/net/if_ecosubr.c
--- a/sys/net/if_ecosubr.c      Sun Nov 20 11:20:32 2011 +0000
+++ b/sys/net/if_ecosubr.c      Sun Nov 20 12:15:38 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ecosubr.c,v 1.35 2010/04/05 07:22:22 joerg Exp $    */
+/*     $NetBSD: if_ecosubr.c,v 1.36 2011/11/20 12:15:38 kiyohara Exp $ */
 
 /*-
  * Copyright (c) 2001 Ben Harris
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ecosubr.c,v 1.35 2010/04/05 07:22:22 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ecosubr.c,v 1.36 2011/11/20 12:15:38 kiyohara Exp $");
 
 #include "opt_inet.h"
 #include "opt_pfil_hooks.h"
@@ -86,6 +86,7 @@
 #include <netinet/in.h>
 #include <netinet/in_var.h>
 #endif
+#include <netinet/if_inarp.h>
 
 struct eco_retryparms {
        int     erp_delay;



Home | Main Index | Thread Index | Old Index