diff options
Diffstat (limited to 'newlib/libc/machine/powerpc/strtosfix16.c')
-rw-r--r-- | newlib/libc/machine/powerpc/strtosfix16.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/machine/powerpc/strtosfix16.c b/newlib/libc/machine/powerpc/strtosfix16.c index ad629978c..d3cfe0781 100644 --- a/newlib/libc/machine/powerpc/strtosfix16.c +++ b/newlib/libc/machine/powerpc/strtosfix16.c @@ -106,6 +106,8 @@ PORTABILITY The OS subroutines of <<strtod>> are required. */ +#ifdef __SPE__ + #include <_ansi.h> #include <limits.h> #include <errno.h> @@ -204,3 +206,5 @@ _DEFUN (strtosfix16, (s, ptr, base), } #endif + +#endif /* __SPE__ */ |