From e25bb3a14c85b7ef207246ce6dd07bc6d76c41b0 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 15 Oct 2000 16:42:31 +0000 Subject: Fix #include order Spotted by: imura --- lib/msun/src/math_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/msun') diff --git a/lib/msun/src/math_private.h b/lib/msun/src/math_private.h index 668d499..0802c29 100644 --- a/lib/msun/src/math_private.h +++ b/lib/msun/src/math_private.h @@ -17,8 +17,8 @@ #ifndef _MATH_PRIVATE_H_ #define _MATH_PRIVATE_H_ -#include #include +#include /* The original fdlibm code used statements like: n0 = ((*(int*)&one)>>29)^1; * index of high word * -- cgit v1.1