diff --git a/sys/net/if_gre.h b/sys/net/if_gre.h index 3196378e263..84e2e615e51 100644 --- a/sys/net/if_gre.h +++ b/sys/net/if_gre.h @@ -41,6 +41,7 @@ #define _NET_IF_GRE_H #include +#ifdef _KERNEL #include struct gre_softc { @@ -141,6 +142,8 @@ struct mobip_h { #define GRE_TTL 30 +#endif /* _KERNEL */ + /* * ioctls needed to manipulate the interface */