Browse Source

+ add drivers.inc to the include file dependencies of the drivers unit

git-svn-id: branches/unicodekvm@48541 -
nickysn 4 years ago
parent
commit
e341e247e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fv/fpmake.pp

+ 1 - 0
packages/fv/fpmake.pp

@@ -112,6 +112,7 @@ begin
     T:=P.Targets.AddUnit('drivers.pas');
       with T.Dependencies do
         begin
+          AddInclude('drivers.inc');
           AddInclude('platform.inc');
           AddUnit('sysmsg');
           AddUnit('fvcommon');