search for: 1ac3075

Displaying 1 result from an estimated 1 matches for "1ac3075".

Did you mean: 13075
2019 Jan 18
0
[klibc:master] include sys/types.h in more places
...gle.com> Link: https://www.zytor.com/pipermail/klibc/2018-February/003976.html Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/klibc/pread.c | 1 + usr/klibc/pwrite.c | 1 + 2 files changed, 2 insertions(+) diff --git a/usr/klibc/pread.c b/usr/klibc/pread.c index 0d8c3b1..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 10...