fcntl.h: pull in sys/types.h
authorAlan Cox <alan@linux.intel.com>
Tue, 30 Dec 2014 11:42:30 +0000 (11:42 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 30 Dec 2014 11:42:30 +0000 (11:42 +0000)
Library/include/fcntl.h

index 316cab4..182715e 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _FCNTL_H
 #define _FCNTL_H
 
+#include <sys/types.h>
+
 /* Bits 0-7 are saved, bits 8-15 are discard post open. Not all are handled
    in the kernel yet */
 #define O_RDONLY        0