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

Change-Id: I9de8b840570b228308c12d72b7617b8758237fb8
This commit is contained in:
Elliott Hughes 2014-01-07 17:47:20 -08:00
parent 27a4bb3198
commit 01e505ac9c

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