From 1221e834f49adb91eb0b7443a57274f2611459c2 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 23 Feb 2019 15:22:33 -0500 Subject: compile in current environment --- src/termios/cfsetispeed.c | 1 + src/termios/cfsetospeed.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/termios') 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 +#include "errno.h" #include "nonstd/assert.h" int cfsetispeed(struct termios *termios_p, speed_t speed) 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 +#include "errno.h" #include "nonstd/assert.h" int cfsetospeed(struct termios *termios_p, speed_t speed) -- cgit v1.2.1