From f01de91cbc452bf62cb2bb19013c19b5fb251f36 Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 27 May 2024 03:56:59 +0000 Subject: [PATCH] include net/if_var.h to make this build --- sys/dev/mii/txphy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1