am 0a552407: Merge "Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>."

* commit '0a552407ada6fc718be016df0902f6c23aa88eea':
  Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>.
This commit is contained in:
Elliott Hughes 2014-12-29 19:45:21 +00:00 committed by Android Git Automerger
commit 52a2df5f2a

View File

@ -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 */