From c31429c58161f87cb07d755ffd0a68b9b72ae3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 3 Jul 2010 13:45:15 +0000 Subject: [PATCH] include sys/cdefs.h to hopefully fix building the cross tools for arm & ppc. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37377 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/arch/arm/fenv.h | 1 + headers/posix/arch/ppc/fenv.h | 1 + 2 files changed, 2 insertions(+) diff --git a/headers/posix/arch/arm/fenv.h b/headers/posix/arch/arm/fenv.h index d3254e65ff..9047962986 100644 --- a/headers/posix/arch/arm/fenv.h +++ b/headers/posix/arch/arm/fenv.h @@ -29,6 +29,7 @@ #ifndef _FENV_H_ #define _FENV_H_ +#include #include #include diff --git a/headers/posix/arch/ppc/fenv.h b/headers/posix/arch/ppc/fenv.h index f417c4af7c..7458b30b49 100644 --- a/headers/posix/arch/ppc/fenv.h +++ b/headers/posix/arch/ppc/fenv.h @@ -29,6 +29,7 @@ #ifndef _FENV_H_ #define _FENV_H_ +#include #include #include