Bläddra i källkod

* template updated

marco 21 år sedan
förälder
incheckning
4d28b94218
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/linuxex/template.pp

+ 1 - 1
docs/linuxex/template.pp

@@ -2,7 +2,7 @@ Program Example;
 
 { Program to demonstrate the *** function. }
 
-Uses linux;
+Uses BaseUnix,Unix;
 
 begin
 end.