diff options
author | Richard Henderson <rth@twiddle.net> | 2012-03-09 11:35:13 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2012-03-09 16:11:26 -0800 |
commit | b8c036204fd01dce20f7c610c4295709f59a2a39 (patch) | |
tree | 8a6bd09cc82f859a951a740220f581d623a404c6 /sysdeps/powerpc/fpu | |
parent | 1ed0291c3154c25633107d93e122c1b0c0f7c975 (diff) | |
download | glibc-b8c036204fd01dce20f7c610c4295709f59a2a39.tar glibc-b8c036204fd01dce20f7c610c4295709f59a2a39.tar.gz glibc-b8c036204fd01dce20f7c610c4295709f59a2a39.tar.bz2 glibc-b8c036204fd01dce20f7c610c4295709f59a2a39.zip |
Use include_next to chain math_private.h headers.
Diffstat (limited to 'sysdeps/powerpc/fpu')
-rw-r--r-- | sysdeps/powerpc/fpu/math_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/fpu/math_private.h b/sysdeps/powerpc/fpu/math_private.h index 28628f0540..a916be31eb 100644 --- a/sysdeps/powerpc/fpu/math_private.h +++ b/sysdeps/powerpc/fpu/math_private.h @@ -23,7 +23,7 @@ #include <sysdep.h> #include <ldsodefs.h> #include <dl-procinfo.h> -#include <math/math_private.h> +#include_next <math_private.h> # if __WORDSIZE == 64 || defined _ARCH_PWR4 # define __CPU_HAS_FSQRT 1 |