Merge pull request #65 from arkamar/musl-include

Add missing header file under musl-libc
This commit is contained in:
Martin Lund 2017-11-27 14:45:30 +01:00 committed by GitHub
commit 8c7cf2015a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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