summaryrefslogtreecommitdiff
path: root/src/termios/cfsetospeed.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-23 15:22:33 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-23 15:22:33 -0500
commit1221e834f49adb91eb0b7443a57274f2611459c2 (patch)
tree7afb7ed5a203ddefd5559005af7ec61d801b972e /src/termios/cfsetospeed.c
parentf546f27d1fdb8d2663b2fbb130f53ee32cac90b0 (diff)
compile in current environment
Diffstat (limited to 'src/termios/cfsetospeed.c')
-rw-r--r--src/termios/cfsetospeed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/termios/cfsetospeed.c b/src/termios/cfsetospeed.c
index 93e53c61..af99a0bb 100644
--- a/src/termios/cfsetospeed.c
+++ b/src/termios/cfsetospeed.c
@@ -1,4 +1,5 @@
#include <termios.h>
+#include "errno.h"
#include "nonstd/assert.h"
int cfsetospeed(struct termios *termios_p, speed_t speed)