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