unconditonally define alloca as __builtin_alloca
[musl] / src / termios / tcgetattr.c
index d9ce786..545a0bf 100644 (file)
@@ -1,6 +1,5 @@
 #include <termios.h>
 #include <sys/ioctl.h>
-#include <string.h>
 
 int tcgetattr(int fd, struct termios *tio)
 {