diff options
Diffstat (limited to 'src/termios/cfsetospeed.c')
-rw-r--r-- | src/termios/cfsetospeed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termios/cfsetospeed.c b/src/termios/cfsetospeed.c index 62558b08..a2b36d6b 100644 --- a/src/termios/cfsetospeed.c +++ b/src/termios/cfsetospeed.c @@ -1,6 +1,6 @@ #include <termios.h> #include "errno.h" -#include "../_assert.h" +#include "_assert.h" int cfsetospeed(struct termios *termios_p, speed_t speed) { |