From: Alan Cox Date: Tue, 30 Dec 2014 11:42:30 +0000 (+0000) Subject: fcntl.h: pull in sys/types.h X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5ee9381f413a82cd7fdd9b61c6110647a7e15e95;p=FUZIX.git fcntl.h: pull in sys/types.h --- 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