tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
include net/if_var.h to make this build
jsg
2 years ago
f01de91c
e21a3dcc
+2
-1
1 changed file
expand all
collapse all
unified
split
sys
dev
mii
txphy.c
+2
-1
sys/dev/mii/txphy.c
reviewed
···
1
1
-
/* $OpenBSD: txphy.c,v 1.13 2023/03/30 09:24:22 kevlo Exp $ */
1
1
+
/* $OpenBSD: txphy.c,v 1.14 2024/05/27 03:56:59 jsg Exp $ */
2
2
3
3
/*
4
4
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
···
38
38
#include <sys/errno.h>
39
39
40
40
#include <net/if.h>
41
41
+
#include <net/if_var.h>
41
42
#include <net/if_media.h>
42
43
43
44
#include <dev/mii/mii.h>