fix integer overflow in WIFSTOPPED macro
[musl] / src / stdio / __fdopen.c
index 616f4f9..116e78e 100644 (file)
@@ -1,7 +1,6 @@
 #include "stdio_impl.h"
 #include <stdlib.h>
 #include <sys/ioctl.h>
-#include <termios.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <string.h>