diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-09-28 08:32:06 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-09-28 08:32:06 +0000 |
commit | dc4e57708d163e08468627d07925b7ca9e60bf53 (patch) | |
tree | b566c605bfff30d81ee44f5e1d647a4038cdc721 /sys/netinet/in_proto.c | |
parent | cb20c46da86ff642b22b381154155f93025fc342 (diff) |
Merge gif(4)'s tentacles in a single file.
Tested by <mxb AT alumni DOT chalmers DOT se>.
ok dlg@
Diffstat (limited to 'sys/netinet/in_proto.c')
-rw-r--r-- | sys/netinet/in_proto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index d8dea422e47..8196ffd0d4a 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in_proto.c,v 1.66 2015/09/04 08:43:39 mpi Exp $ */ +/* $OpenBSD: in_proto.c,v 1.67 2015/09/28 08:32:05 mpi Exp $ */ /* $NetBSD: in_proto.c,v 1.14 1996/02/18 18:58:32 christos Exp $ */ /* @@ -134,7 +134,7 @@ #include "gif.h" #if NGIF > 0 -#include <netinet/in_gif.h> +#include <net/if_gif.h> #endif #ifdef INET6 |