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

* commit '4458a5a78a9036e17d4747e0350e543588d97952':
  <fcntl.h> should get you the POSIX_FADV_* constants.
This commit is contained in:
Elliott Hughes 2014-01-08 02:50:21 +00:00 committed by Android Git Automerger
commit fccb66b3ab

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