File musl-1.1.4-termios.patch of Package musl
diff --git a/include/termios.h b/include/termios.h index d73c780..ef38605 100644 --- a/include/termios.h +++ b/include/termios.h @@ -39,6 +39,10 @@ void cfmakeraw(struct termios *); int cfsetspeed(struct termios *, speed_t); #endif +#ifdef _BSD_SOURCE +#include <sys/ttydefaults.h> +#endif + #ifdef __cplusplus } #endif