fix bug in dladdr that prevented resolving addresses in the PLT
[oweals/musl.git] / src / stdio / __stdout_write.c
index 0cf7123606ec1f69c563df4f05e19647ac02e87b..200fe2c96f5296446b464b3a91385ad497aa4a82 100644 (file)
@@ -1,4 +1,6 @@
 #include "stdio_impl.h"
+#include <termios.h>
+#include <sys/ioctl.h>
 
 size_t __stdout_write(FILE *f, const unsigned char *buf, size_t len)
 {