Browse Source

* fixed missing uses exec

Károly Balogh 21 years ago
parent
commit
64cfd06e97
1 changed files with 7 additions and 1 deletions
  1. 7 1
      rtl/morphos/timer.pp

+ 7 - 1
rtl/morphos/timer.pp

@@ -21,6 +21,9 @@ unit timer;
 
 interface
 
+uses
+  exec;
+
 var 
   TimerBase : Pointer;
 
@@ -34,7 +37,10 @@ end.
 
 {
   $Log$
-  Revision 1.1  2004-06-26 20:46:17  karoly
+  Revision 1.2  2004-08-03 19:45:18  karoly
+    * fixed missing uses exec
+
+  Revision 1.1  2004/06/26 20:46:17  karoly
     * initial revision
 
 }