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

* commit '84715cbccba4d443ff7efb0a7a8969f37e704fe0':
  Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>.
This commit is contained in:
Elliott Hughes 2014-12-29 19:56:37 +00:00 committed by Android Git Automerger
commit b6c73f8276

View File

@ -33,6 +33,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <linux/fadvise.h> #include <linux/fadvise.h>
#include <linux/fcntl.h> #include <linux/fcntl.h>
#include <linux/stat.h>
#include <linux/uio.h> #include <linux/uio.h>
#include <unistd.h> /* this is not required, but makes client code much happier */ #include <unistd.h> /* this is not required, but makes client code much happier */