Преглед изворни кода

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

git-svn-id: trunk@21332 -
marco пре 13 година
родитељ
комит
a98e75fc89
1 измењених фајлова са 1 додато и 1 уклоњено
  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}