Meco Man пре 4 година
родитељ
комит
f94980af34
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      components/libc/termios/posix_termios.c

+ 1 - 0
components/libc/termios/posix_termios.c

@@ -10,6 +10,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <dfs_posix.h>
+#include <sys/errno.h>
 #include <termios.h>
 
 int tcgetattr(int fd, struct termios *tio)