From 2e3c47ad4885c3f4d1d12e5c8d410338ffc26fb1 Mon Sep 17 00:00:00 2001 From: das 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(-) (limited to 'lib/msun/src') diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index 7abb709..01c29af 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.1