From 5ee9381f413a82cd7fdd9b61c6110647a7e15e95 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 30 Dec 2014 11:42:30 +0000 Subject: [PATCH] fcntl.h: pull in sys/types.h --- Library/include/fcntl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/include/fcntl.h b/Library/include/fcntl.h index 316cab4e..182715ee 100644 --- a/Library/include/fcntl.h +++ b/Library/include/fcntl.h @@ -1,6 +1,8 @@ #ifndef _FCNTL_H #define _FCNTL_H +#include + /* Bits 0-7 are saved, bits 8-15 are discard post open. Not all are handled in the kernel yet */ #define O_RDONLY 0 -- 2.34.1