channel-switch: use sys/ioctl.h instead of stropts.hmaster
commitd080306a8b931d08a0efb586ab5030eb05882003
authorrofl0r <rofl0r@users.noreply.github.com>
Fri, 16 Apr 2021 16:18:40 +0000 (16 17:18 +0100)
committerrofl0r <rofl0r@users.noreply.github.com>
Fri, 16 Apr 2021 16:18:43 +0000 (16 17:18 +0100)
tree5af2f82a6b23f4850e0ff070439cccd308f1bf33
parent49771078c306e689899047cfad62f3ae0b3dd909
channel-switch: use sys/ioctl.h instead of stropts.h

apparently stropts.h was removed in GLIBC in 2008, and then maybe readded
(since some people have built macgeiger on glibc based machines), or not.
in any case it seems to be absent on current arch linux.
channel-switch.c