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

This commit is contained in:
Elliott Hughes 2014-12-29 19:40:44 +00:00 committed by Gerrit Code Review
commit 0a552407ad
1 changed files with 1 additions and 0 deletions

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