From: jsg Date: Mon, 27 May 2024 03:56:59 +0000 (+0000) Subject: include net/if_var.h to make this build X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f01de91cbc452bf62cb2bb19013c19b5fb251f36;p=openbsd include net/if_var.h to make this build --- diff --git a/sys/dev/mii/txphy.c b/sys/dev/mii/txphy.c index 17507858162..7d8f923b20d 100644 --- a/sys/dev/mii/txphy.c +++ b/sys/dev/mii/txphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: txphy.c,v 1.13 2023/03/30 09:24:22 kevlo Exp $ */ +/* $OpenBSD: txphy.c,v 1.14 2024/05/27 03:56:59 jsg Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -38,6 +38,7 @@ #include #include +#include #include #include