Selaa lähdekoodia

Add {$i fpcdefs.inc} to units that do not have that include

git-svn-id: trunk@47599 -
pierre 4 vuotta sitten
vanhempi
commit
48271b880c
2 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 3 0
      compiler/cepiktimer.pas
  2. 2 0
      compiler/z80/cpuinfo.pas

+ 3 - 0
compiler/cepiktimer.pas

@@ -25,6 +25,9 @@
 {$define epiktimer:=cepiktimer}
 { do not depend on the classes unit }
 {$DEFINE NOCLASSES}
+
+{$i fpcdefs.inc}
+
 { include the original file }
 {$i ../../epiktimer/epiktimer.pas}
 

+ 2 - 0
compiler/z80/cpuinfo.pas

@@ -14,6 +14,8 @@
 
 Unit CPUInfo;
 
+{$i fpcdefs.inc}
+
 Interface
 
   uses