Browse Source

* template updated

marco 21 years ago
parent
commit
4d28b94218
1 changed files with 1 additions and 1 deletions
  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.