fix regression with applications that expect struct winsize in ioctl.h
authorRich Felker <dalias@aerifal.cx>
Sun, 30 Aug 2020 20:47:40 +0000 (16:47 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 30 Aug 2020 20:47:40 +0000 (16:47 -0400)
commit1ccc804e1345c6e59294f561ac43c3e55ccea1e4
treec89aed676723d6bb87c8ce2d681ddc878a91ed16
parent86ac0f794731f03dfff40ee843ff9e2752945d5e
fix regression with applications that expect struct winsize in ioctl.h

putting the (simple) definition in alltypes.h seems like the best
solution here. making sys/ioctl.h implicitly include termios.h is
probably excess namespace pollution.
include/alltypes.h.in
include/sys/ioctl.h
include/termios.h