Add missing header file under musl-libc

Musl's inclusion tree slightly differs from glibc, therefore TCGETS2 is
not reachable through sys/ioctl.h, so asm/ioctls.h needs to be included
too.
This commit is contained in:
Petr Vaněk 2017-11-27 14:27:28 +01:00
parent 51d316b5d2
commit 3306a8dfb1

View file

@ -20,6 +20,7 @@
*/
#include <sys/ioctl.h>
#include <asm/ioctls.h>
#include <asm/termbits.h>
int setspeed2(int fd, int baudrate)