Merge pull request #98 from ffontaine/master

src/setspeed2.c: fix redefinition of termio
This commit is contained in:
Martin Lund 2021-01-18 01:14:17 +01:00 committed by GitHub
commit cda42b0dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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