Merge "<fcntl.h> should get you the POSIX_FADV_* constants."

This commit is contained in:
Elliott Hughes 2014-01-08 02:40:44 +00:00 committed by Gerrit Code Review
commit 4faf76ca11

View File

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