From 73da506ee04ec490c5959b45c216a1f8508bec5b Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 20:00:37 -0400 Subject: consistently use <> for standardized headers --- src/termios/cfsetospeed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/termios/cfsetospeed.c') diff --git a/src/termios/cfsetospeed.c b/src/termios/cfsetospeed.c index a2b36d6b..edb3f994 100644 --- a/src/termios/cfsetospeed.c +++ b/src/termios/cfsetospeed.c @@ -1,5 +1,5 @@ #include -#include "errno.h" +#include #include "_assert.h" int cfsetospeed(struct termios *termios_p, speed_t speed) -- cgit v1.2.1