Explorar el Código

Fix path problem,

Eric Andersen hace 25 años
padre
commit
6db179c722
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libm/powerpc/sign.c

+ 1 - 1
libm/powerpc/sign.c

@@ -22,7 +22,7 @@
 *                                                                              *
 *******************************************************************************/
 
-#include "fp_private.h"
+#include "../fp_private.h"
 
 /*******************************************************************************
 *                                                                              *