summaryrefslogtreecommitdiff
path: root/src/termios/cfsetospeed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/termios/cfsetospeed.c')
-rw-r--r--src/termios/cfsetospeed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/termios/cfsetospeed.c b/src/termios/cfsetospeed.c
index b571f62e..c9cbdd9d 100644
--- a/src/termios/cfsetospeed.c
+++ b/src/termios/cfsetospeed.c
@@ -2,7 +2,6 @@
#include <termios.h>
#include <sys/ioctl.h>
#include <errno.h>
-#include "libc.h"
int cfsetospeed(struct termios *tio, speed_t speed)
{