diff options
Diffstat (limited to 'lib/libc/termios/tcsendbreak.c')
| -rw-r--r-- | lib/libc/termios/tcsendbreak.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/termios/tcsendbreak.c b/lib/libc/termios/tcsendbreak.c index 65f1d5b0..a064e7bb 100644 --- a/lib/libc/termios/tcsendbreak.c +++ b/lib/libc/termios/tcsendbreak.c @@ -1,7 +1,7 @@ +#include <asm-generic/ioctls.h> #include <libc.h> -#include <termios.h> #include <syscall.h> -#include <asm-generic/ioctls.h> +#include <termios.h> int tcsendbreak(int fildes, int __unused duration) { |
