瀏覽代碼

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

git-svn-id: trunk@47599 -
pierre 4 年之前
父節點
當前提交
48271b880c
共有 2 個文件被更改,包括 5 次插入0 次删除
  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