From af7027033d2bab5ed53d2fa29fc3539ace293b93 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 6 Sep 2002 21:58:57 +0000 Subject: Include to unbreak kdump. I don't know why does kdump includes if_gre.h at all, but it does, without including ip.h before that. Poked by: peter Pointy hat to: kdump(1) --- sys/net/if_gre.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/net/if_gre.h b/sys/net/if_gre.h index 3196378e2632..1f7ef5fcd0f6 100644 --- a/sys/net/if_gre.h +++ b/sys/net/if_gre.h @@ -43,6 +43,10 @@ #include #include +#ifdef INET +#include +#endif + struct gre_softc { struct ifnet sc_if; LIST_ENTRY(gre_softc) sc_list; -- cgit v1.3