Bläddra i källkod

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

git-svn-id: trunk@47599 -
pierre 4 år sedan
förälder
incheckning
48271b880c
2 ändrade filer med 5 tillägg och 0 borttagningar
  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