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