Quellcode durchsuchen

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

Joakim Tjernlund vor 18 Jahren
Ursprung
Commit
b612121d0d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"
 
 /*******************************************************************************
 *                                                                              *