artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e21a3dc
)
include net/if_var.h to make this build
author
jsg
<jsg@openbsd.org>
Mon, 27 May 2024 03:56:59 +0000
(
03:56
+0000)
committer
jsg
<jsg@openbsd.org>
Mon, 27 May 2024 03:56:59 +0000
(
03:56
+0000)
sys/dev/mii/txphy.c
patch
|
blob
|
history
diff --git
a/sys/dev/mii/txphy.c
b/sys/dev/mii/txphy.c
index
1750785
..
7d8f923
100644
(file)
--- a/
sys/dev/mii/txphy.c
+++ b/
sys/dev/mii/txphy.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: txphy.c,v 1.1
3 2023/03/30 09:24:22 kevlo Exp $
*/
+/* $OpenBSD: txphy.c,v 1.1
4 2024/05/27 03:56:59 jsg Exp $
*/
/*
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
@@
-38,6
+38,7
@@
#include <sys/errno.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <net/if_media.h>
#include <dev/mii/mii.h>