From 48271b880cba5d4479fc27890f3b4bb4bf69e60c Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 26 Nov 2020 10:34:02 +0000 Subject: [PATCH] Add {$i fpcdefs.inc} to units that do not have that include git-svn-id: trunk@47599 - --- compiler/cepiktimer.pas | 3 +++ compiler/z80/cpuinfo.pas | 2 ++ 2 files changed, 5 insertions(+) diff --git a/compiler/cepiktimer.pas b/compiler/cepiktimer.pas index d05ad98566..3a7e2340c1 100644 --- a/compiler/cepiktimer.pas +++ b/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} diff --git a/compiler/z80/cpuinfo.pas b/compiler/z80/cpuinfo.pas index e431839321..0b211364d6 100644 --- a/compiler/z80/cpuinfo.pas +++ b/compiler/z80/cpuinfo.pas @@ -14,6 +14,8 @@ Unit CPUInfo; +{$i fpcdefs.inc} + Interface uses