commit | 01e505ac9c321307eedcb7f34fb1dabac8949184 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jan 07 17:47:20 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Jan 07 17:47:20 2014 -0800 |
tree | 1163fc81bfa0e149826e4586cbc6eb09f2472ea0 | |
parent | 27a4bb319885f9ed218ebca02a92870582b35fd4 [diff] |
<fcntl.h> should get you the POSIX_FADV_* constants. Change-Id: I9de8b840570b228308c12d72b7617b8758237fb8
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 */