wifi: Fix order and add missing header
authorAaron Marcher <me@drkhsh.at>
Thu, 17 May 2018 16:14:08 +0000 (18:14 +0200)
committerAaron Marcher <me@drkhsh.at>
Thu, 17 May 2018 16:14:08 +0000 (18:14 +0200)
commit977be0cf4f369f586d0606887498066ee0565e2f
tree002505f1641cf461e2e8b9927c82096385ba9d51
parentca8a146f03622149fbf9378e72b6ca02f25c5e55
wifi: Fix order and add missing header

<sys/select.h> is needed before <net80211/ieee80211_ioctl.h> on OpenBSD
to define NBBY and shut up compiler warnings.
components/wifi.c