From 64d8382394802fc99e248810aedac57057ddd786 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 29 Dec 2014 11:14:38 -0800 Subject: [PATCH] Ensure defines the S_* constants from . POSIX says "The header shall define the symbolic constants for file modes for use as values of mode_t as described in ". Needed to build ToT strace. Change-Id: Ia85a51ef6fd86a48084fe48ce24963000a937d37 --- libc/include/fcntl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/include/fcntl.h b/libc/include/fcntl.h index 108978807..b18ab1216 100644 --- a/libc/include/fcntl.h +++ b/libc/include/fcntl.h @@ -33,6 +33,7 @@ #include #include #include +#include #include #include /* this is not required, but makes client code much happier */