From 207bc1d79b1c993790c5a42ef4db27b3625224ba Mon Sep 17 00:00:00 2001 From: David Schultz Date: Wed, 9 Jun 2004 10:32:05 +0000 Subject: Include earlier to get the various visibility constants. Previously, we were relying on to include it implicitly. --- lib/msun/src/math.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index 7abb7099584f..01c29af5b72f 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -17,6 +17,7 @@ #ifndef _MATH_H_ #define _MATH_H_ +#include #include /* @@ -150,8 +151,6 @@ struct exception { #endif /* __BSD_VISIBLE */ -#include - /* * Most of these functions have the side effect of setting errno, so they * are not declared as __pure2. (XXX: this point needs to be revisited, -- cgit v1.2.3