diff options
Diffstat (limited to 'userspace/sys/sys.c')
| -rw-r--r-- | userspace/sys/sys.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/userspace/sys/sys.c b/userspace/sys/sys.c index 5cd4396..4ff77f3 100644 --- a/userspace/sys/sys.c +++ b/userspace/sys/sys.c @@ -1,8 +1,7 @@ #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> -#include <termios.h> - +#include <sys/termios.h> // CODE FOR Stack Smashing Protector, TODO: MOVE / and do not duplicate // with kernel.c |
