summaryrefslogtreecommitdiff
path: root/src/termios/cfsetispeed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/termios/cfsetispeed.c')
-rw-r--r--src/termios/cfsetispeed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/termios/cfsetispeed.c b/src/termios/cfsetispeed.c
index 40267942..f2452171 100644
--- a/src/termios/cfsetispeed.c
+++ b/src/termios/cfsetispeed.c
@@ -1,4 +1,5 @@
#include <termios.h>
+#include "errno.h"
#include "nonstd/assert.h"
int cfsetispeed(struct termios *termios_p, speed_t speed)