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
This commit is contained in:
François Revol
2010-07-03 13:45:15 +00:00
parent af56de5bb1
commit c31429c581
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@
#ifndef _FENV_H_
#define _FENV_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#include <SupportDefs.h>
+1
View File
@@ -29,6 +29,7 @@
#ifndef _FENV_H_
#define _FENV_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#include <SupportDefs.h>