search for: 19b219f

Displaying 1 result from an estimated 1 matches for "19b219f".

Did you mean: 19b219c
2019 Jan 18
0
[klibc:master] include sys/types.h in more places
...1..1ac3075 100644 --- a/usr/klibc/pread.c +++ b/usr/klibc/pread.c @@ -4,6 +4,7 @@ * Some architectures need to wrap the system call */ +#include <sys/types.h> #include <endian.h> #include <sys/syscall.h> diff --git a/usr/klibc/pwrite.c b/usr/klibc/pwrite.c index 691d0e4..19b219f 100644 --- a/usr/klibc/pwrite.c +++ b/usr/klibc/pwrite.c @@ -4,6 +4,7 @@ * Some architectures need to wrap the system call */ +#include <sys/types.h> #include <endian.h> #include <sys/syscall.h>