mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
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:
parent
51d316b5d2
commit
3306a8dfb1
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <asm/ioctls.h>
|
||||
#include <asm/termbits.h>
|
||||
|
||||
int setspeed2(int fd, int baudrate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue