summaryrefslogtreecommitdiff
path: root/lib/libc/termios/tcsendbreak.c
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-09 23:14:53 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-09 23:14:53 +0100
commit169daa11155988a210fac949297381743f3cb400 (patch)
tree602ef5df5ae9ea075ab3d5dac3c8ad60da1ea2cc /lib/libc/termios/tcsendbreak.c
parent4e2112e165fdd94dee58378e3ea32892f3710cd7 (diff)
feat: clang-tidy fixes
Diffstat (limited to 'lib/libc/termios/tcsendbreak.c')
-rw-r--r--lib/libc/termios/tcsendbreak.c4
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)
{