From e054f494306530720114b321b3d97ca2f397cbbb Mon Sep 17 00:00:00 2001 From: "Ryan S. Arnold" Date: Wed, 1 May 2013 10:46:34 -0500 Subject: Add #include for uint[32|64]_t usage (except installed headers). --- sysdeps/powerpc/fpu/e_hypot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/powerpc/fpu/e_hypot.c') diff --git a/sysdeps/powerpc/fpu/e_hypot.c b/sysdeps/powerpc/fpu/e_hypot.c index d8568d6..5341933 100644 --- a/sysdeps/powerpc/fpu/e_hypot.c +++ b/sysdeps/powerpc/fpu/e_hypot.c @@ -19,6 +19,7 @@ #include #include +#include static const double two60 = 1.152921504606847e+18; static const double two500 = 3.2733906078961419e+150; -- cgit v1.1