]> git.ipfire.org Git - thirdparty/hostap.git/commit
NetBSD: Fix compile
authorRoy Marples <roy@marples.name>
Thu, 19 Sep 2019 09:59:09 +0000 (10:59 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 21 Sep 2019 10:38:32 +0000 (13:38 +0300)
commit7846e8d6086bbbbf549a21fd505847e169d2f303
tree5ed6167c1be5b0f3c1a76126eb83f9e20115cba6
parentd0d303ae91b0acefe3d09f2395ca3c1a062333ea
NetBSD: Fix compile

On NetBSD the ethernet header is net/if_ether.h

This also pulls in net/if.h which defines if_type, which in turn
conflicts with an enum in wpa_supplicant. As such we need to
include this at the bottom rather than at the top.

Signed-off-by: Roy Marples <roy@marples.name>
wpa_supplicant/ctrl_iface.c