diff options
Diffstat (limited to 'post/lib_powerpc/fpu/mul-subnormal-single-1.c')
-rw-r--r-- | post/lib_powerpc/fpu/mul-subnormal-single-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/lib_powerpc/fpu/mul-subnormal-single-1.c b/post/lib_powerpc/fpu/mul-subnormal-single-1.c index 6b86e55e409..891aa95685f 100644 --- a/post/lib_powerpc/fpu/mul-subnormal-single-1.c +++ b/post/lib_powerpc/fpu/mul-subnormal-single-1.c @@ -9,7 +9,7 @@ * numbers) are rounded to within 0.5 ulp. PR other/14354. */ -#include <config.h> +#include <common.h> #include <post.h> |