am 4faf76ca: Merge "<fcntl.h> should get you the POSIX_FADV_* constants."

* commit '4faf76ca114a11cd264b0f5907e517add4585b27':
  <fcntl.h> should get you the POSIX_FADV_* constants.
This commit is contained in:
Elliott Hughes 2014-01-07 18:45:48 -08:00 committed by Android Git Automerger
commit 4458a5a78a

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