mirror of git://git.musl-libc.org/musl
define appropriate feature test macros to get CBAUD from termios.h
This commit is contained in:
parent
cd208b0037
commit
126f58b2f4
|
@ -1,3 +1,4 @@
|
|||
#define _BSD_SOURCE
|
||||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#define _BSD_SOURCE
|
||||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in New Issue