Browse Source

* fixed build on architectures with cpufpuemu defined (like m68k)

git-svn-id: trunk@33459 -
Károly Balogh 9 years ago
parent
commit
d58d71666d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/fpcp.pas

+ 1 - 1
compiler/fpcp.pas

@@ -60,7 +60,7 @@ implementation
     cfileutl,cutils,
     cfileutl,cutils,
     systems,globals,version,
     systems,globals,version,
     verbose,
     verbose,
-    entfile,fppu;
+    entfile,fppu,ppu;
 
 
 { tpcppackage }
 { tpcppackage }