소스 검색

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

Joakim Tjernlund 19 년 전
부모
커밋
b612121d0d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"
 
 /*******************************************************************************
 *                                                                              *