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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termios/cfsetospeed.c b/src/termios/cfsetospeed.c
index af99a0bb..62558b08 100644
--- a/src/termios/cfsetospeed.c
+++ b/src/termios/cfsetospeed.c
@@ -1,6 +1,6 @@
#include <termios.h>
#include "errno.h"
-#include "nonstd/assert.h"
+#include "../_assert.h"
int cfsetospeed(struct termios *termios_p, speed_t speed)
{