Browse Source

Fix path problem,

Eric Andersen 24 years ago
parent
commit
6db179c722
1 changed files with 1 additions and 1 deletions
  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"
 
 /*******************************************************************************
 *                                                                              *