summaryrefslogtreecommitdiff
path: root/lib/libc/termios/tcflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/termios/tcflush.c')
-rw-r--r--lib/libc/termios/tcflush.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/termios/tcflush.c b/lib/libc/termios/tcflush.c
index b37b218d..20fbf0ac 100644
--- a/lib/libc/termios/tcflush.c
+++ b/lib/libc/termios/tcflush.c
@@ -1,6 +1,6 @@
-#include <termios.h>
-#include <syscall.h>
#include <asm-generic/ioctls.h>
+#include <syscall.h>
+#include <termios.h>
int tcflush(int fildes, int queue_selector)
{