diff options
| author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2007-04-02 11:10:22 +0000 |
|---|---|---|
| committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2007-04-02 11:10:22 +0000 |
| commit | b612121d0d4b220041b43e591c802a82e028e34d (patch) | |
| tree | d3fb0f8c4de874f5a0fc6f5aed95f03c418e46b6 | |
| parent | dae8a4ede6fec3e6f87f101c2708c2669c4075fa (diff) | |
Fix fallout from the e500 math integration.
from Steve Papacharalambous.
| -rw-r--r-- | libm/powerpc/classic/s_copysign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/powerpc/classic/s_copysign.c b/libm/powerpc/classic/s_copysign.c index 1a988ac87..c6f1307a3 100644 --- a/libm/powerpc/classic/s_copysign.c +++ b/libm/powerpc/classic/s_copysign.c @@ -23,7 +23,7 @@ *******************************************************************************/ #include <math.h> -#include "../fp_private.h" +#include "../../fp_private.h" /******************************************************************************* * * |
