add further ioctl time64 fallback conversion for device-specific command
[musl] / src / termios / cfsetospeed.c
index 80c790f..c9cbdd9 100644 (file)
@@ -1,7 +1,7 @@
+#define _BSD_SOURCE
 #include <termios.h>
 #include <sys/ioctl.h>
 #include <errno.h>
-#include "libc.h"
 
 int cfsetospeed(struct termios *tio, speed_t speed)
 {