diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2020-07-17 07:40:36 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2020-07-17 07:40:36 +0000 |
commit | f0a43f8c886e8f35ed91e8798edcebecea32eb56 (patch) | |
tree | a98f90bea0562c3a0a9b576cee4d644e67699c3c /sys/dev/pci/if_ix.c | |
parent | 76104474ab8266273ce40471d145b8881a17c29d (diff) |
This needs <net/toeplitz.h> for stoeplitz_to_key(9).
Diffstat (limited to 'sys/dev/pci/if_ix.c')
-rw-r--r-- | sys/dev/pci/if_ix.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_ix.c b/sys/dev/pci/if_ix.c index d534e1f0612..7154b062e46 100644 --- a/sys/dev/pci/if_ix.c +++ b/sys/dev/pci/if_ix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ix.c,v 1.169 2020/07/17 06:33:07 dlg Exp $ */ +/* $OpenBSD: if_ix.c,v 1.170 2020/07/17 07:40:35 tb Exp $ */ /****************************************************************************** @@ -34,6 +34,8 @@ ******************************************************************************/ /* FreeBSD: src/sys/dev/ixgbe/ixgbe.c 251964 Jun 18 21:28:19 2013 UTC */ +#include <net/toeplitz.h> + #include <dev/pci/if_ix.h> #include <dev/pci/ixgbe_type.h> |