Explorar el Código

Fix fallout from the e500 math integration.
from Steve Papacharalambous.

Joakim Tjernlund hace 19 años
padre
commit
b612121d0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libm/powerpc/classic/s_copysign.c

+ 1 - 1
libm/powerpc/classic/s_copysign.c

@@ -23,7 +23,7 @@
 *******************************************************************************/
 
 #include <math.h>
-#include "../fp_private.h"
+#include "../../fp_private.h"
 
 /*******************************************************************************
 *                                                                              *