From: mpi Date: Tue, 6 Jun 2017 11:51:13 +0000 (+0000) Subject: Do not rely on beeing included by other headers. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a0f0246447db52af3bea6e0322c5c0213fbc3b79;p=openbsd Do not rely on beeing included by other headers. Fix build without PF, PIPEX nor IPSEC. --- diff --git a/sys/net/if_etherip.c b/sys/net/if_etherip.c index 5978cacb742..b10909a41be 100644 --- a/sys/net/if_etherip.c +++ b/sys/net/if_etherip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_etherip.c,v 1.18 2017/05/04 17:58:46 bluhm Exp $ */ +/* $OpenBSD: if_etherip.c,v 1.19 2017/06/06 11:51:13 mpi Exp $ */ /* * Copyright (c) 2015 Kazuya GODA * @@ -31,6 +31,7 @@ #include #include #include +#include #include #include