commit | b81046202842427a7e894a6bcb357971332997b0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 19 09:18:03 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Aug 19 09:18:03 2014 -0700 |
tree | 2d42ca4acacd3a57837e93f81824edfc72665a49 | |
parent | 0baf2ca34c7d9ec067b1f33bad69782c2dedc231 [diff] [blame] |
Fix _BSD_SOURCE/__USE_BSD. Bug: 14659579 Change-Id: I80ec9584f054c02d1078828f6bca759c42bc1d4c
diff --git a/libc/include/sys/stat.h b/libc/include/sys/stat.h index a6cc368..d6044ae 100644 --- a/libc/include/sys/stat.h +++ b/libc/include/sys/stat.h
@@ -25,9 +25,11 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ + #ifndef _SYS_STAT_H_ #define _SYS_STAT_H_ +#include <features.h> #include <sys/cdefs.h> #include <sys/types.h> #include <sys/time.h>