commit | 0a552407ada6fc718be016df0902f6c23aa88eea | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 29 19:40:44 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 29 19:40:45 2014 +0000 |
tree | 2425e00fec8bd0fb077b850660951dc88e8ea9fb | |
parent | 50e15a2ec7189eb3279cbf546679ccac4a138e90 [diff] | |
parent | 64d8382394802fc99e248810aedac57057ddd786 [diff] |
Merge "Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>."
diff --git a/libc/include/fcntl.h b/libc/include/fcntl.h index 1089788..b18ab12 100644 --- a/libc/include/fcntl.h +++ b/libc/include/fcntl.h
@@ -33,6 +33,7 @@ #include <sys/types.h> #include <linux/fadvise.h> #include <linux/fcntl.h> +#include <linux/stat.h> #include <linux/uio.h> #include <unistd.h> /* this is not required, but makes client code much happier */