From ba570ed8d8fdc4e110a0f6df0f38b322f97b6b0f Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 12 May 2011 18:07:05 +0000 Subject: Modify standard header files to work with RGMP git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3596 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/math.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nuttx/include/math.h') diff --git a/nuttx/include/math.h b/nuttx/include/math.h index 1aa9ce37e..c14220146 100755 --- a/nuttx/include/math.h +++ b/nuttx/include/math.h @@ -40,6 +40,12 @@ * Included Files ****************************************************************************/ +#include + +#ifdef CONFIG_ARCH_MATH_H +# include +#else + /**************************************************************************** * Type Definitions ****************************************************************************/ @@ -60,4 +66,5 @@ extern "C" { } #endif +#endif /* CONFIG_ARCH_MATH_H */ #endif /* __INCLUDE_MATH_H */ -- cgit v1.2.3