From a0f0246447db52af3bea6e0322c5c0213fbc3b79 Mon Sep 17 00:00:00 2001 From: mpi Date: Tue, 6 Jun 2017 11:51:13 +0000 Subject: [PATCH] Do not rely on beeing included by other headers. Fix build without PF, PIPEX nor IPSEC. --- sys/net/if_etherip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1