summaryrefslogtreecommitdiff
path: root/lib/libc/termios/cfsetispeed.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/termios/cfsetispeed.c')
-rw-r--r--lib/libc/termios/cfsetispeed.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/termios/cfsetispeed.c b/lib/libc/termios/cfsetispeed.c
index b990d598..150973c1 100644
--- a/lib/libc/termios/cfsetispeed.c
+++ b/lib/libc/termios/cfsetispeed.c
@@ -1,5 +1,6 @@
-#include <errno.h>
+#include "asm-generic/termbits-common.h"
#include <asm-generic/termbits.h>
+#include <errno.h>
int cfsetispeed(struct termios *termios_p, speed_t speed)
{