Jelajahi Sumber

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

Joakim Tjernlund 17 tahun lalu
induk
melakukan
b612121d0d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"
 
 /*******************************************************************************
 *                                                                              *