Displaying 1 result from an estimated 1 matches for "g4437f3f132".
2018 Feb 26
3
[PATCH 1/4] include sys/types.h in more places
...write.c b/usr/klibc/pwrite.c
index 691d0e4a1a74..19b219f163fc 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>
--
2.16.1.291.g4437f3f132-goog