Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / usr / libc / src / termios.c
index 52c97e4b609fd99b2f2fb952d9482201c3b57ebe..6c20ece800d4c68ca6f7be79cd9efad7008be917 100644 (file)
@@ -1,5 +1,5 @@
 #include <termios.h>
-#include <lunaix/ioctl.h>
+#include <sys/ioctl.h>
 
 int
 tcgetattr(int fd, struct termios* termios_p)