diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 78a66a6637..2abf7be1bf 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -106,6 +106,7 @@ KernelLd libroot.so : posix_stdlib.o posix_string.o posix_sys.o + posix_termios.o posix_time.o posix_unistd.o : diff --git a/src/kernel/libroot/posix/Jamfile b/src/kernel/libroot/posix/Jamfile index c8da0c3e3a..df300d2174 100644 --- a/src/kernel/libroot/posix/Jamfile +++ b/src/kernel/libroot/posix/Jamfile @@ -32,5 +32,6 @@ SubInclude OBOS_TOP src kernel libroot posix stdio ; SubInclude OBOS_TOP src kernel libroot posix stdlib ; SubInclude OBOS_TOP src kernel libroot posix string ; SubInclude OBOS_TOP src kernel libroot posix sys ; +SubInclude OBOS_TOP src kernel libroot posix termios ; SubInclude OBOS_TOP src kernel libroot posix time ; SubInclude OBOS_TOP src kernel libroot posix unistd ; \ No newline at end of file