summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-01-07 17:47:20 -0800
committerElliott Hughes <enh@google.com>2014-01-07 17:47:20 -0800
commit01e505ac9c321307eedcb7f34fb1dabac8949184 (patch)
tree1163fc81bfa0e149826e4586cbc6eb09f2472ea0 /libc
parent27a4bb319885f9ed218ebca02a92870582b35fd4 (diff)
downloadbionic-01e505ac9c321307eedcb7f34fb1dabac8949184.zip
bionic-01e505ac9c321307eedcb7f34fb1dabac8949184.tar.gz
bionic-01e505ac9c321307eedcb7f34fb1dabac8949184.tar.bz2
<fcntl.h> should get you the POSIX_FADV_* constants.
Change-Id: I9de8b840570b228308c12d72b7617b8758237fb8
Diffstat (limited to 'libc')
-rw-r--r--libc/include/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/fcntl.h b/libc/include/fcntl.h
index ffbbd47..f6a89ef 100644
--- a/libc/include/fcntl.h
+++ b/libc/include/fcntl.h
@@ -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 */