Browse Source

* remove used of deprecated function. Use this one from dos.

git-svn-id: trunk@21332 -
marco 13 years ago
parent
commit
a98e75fc89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/utils/ppumove.pp

+ 1 - 1
compiler/utils/ppumove.pp

@@ -35,7 +35,7 @@ uses
 {$ENDIF}
 
 {$ifdef unix}
-  Baseunix,Unix, UnixUtil,
+  Baseunix,Unix, Dos,
 {$else unix}
   dos,
 {$endif unix}