mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Merge pull request #98 from ffontaine/master
src/setspeed2.c: fix redefinition of termio
This commit is contained in:
commit
cda42b0dbb
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue