jcs's openbsd hax
openbsd

include net/if_var.h to make this build

jsg f01de91c e21a3dcc

+2 -1
+2 -1
sys/dev/mii/txphy.c
··· 1 - /* $OpenBSD: txphy.c,v 1.13 2023/03/30 09:24:22 kevlo Exp $ */ 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 + #include <net/if_var.h> 41 42 #include <net/if_media.h> 42 43 43 44 #include <dev/mii/mii.h>