diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 02:28:02 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 02:28:02 +0200 |
| commit | c742be9c738c91703a7be787639cad167de3a6b1 (patch) | |
| tree | db0e170dab1b7f34630489d0cb1d396c92f15c79 /userspace/sys/sys.c | |
| parent | 559eea53ecdd1e3e45f24d15e8739419b0cd647a (diff) | |
started reviving my fool os
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 |
