From 01e505ac9c321307eedcb7f34fb1dabac8949184 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 7 Jan 2014 17:47:20 -0800 Subject: [PATCH] should get you the POSIX_FADV_* constants. Change-Id: I9de8b840570b228308c12d72b7617b8758237fb8 --- libc/include/fcntl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/include/fcntl.h b/libc/include/fcntl.h index ffbbd4742..f6a89efdc 100644 --- a/libc/include/fcntl.h +++ b/libc/include/fcntl.h @@ -31,6 +31,7 @@ #include #include +#include #include #include /* this is not required, but makes client code much happier */