Browse Source

* missing part of last commit

florian 8 months ago
parent
commit
08762ab8f0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/webtbs/tw40598.pp

+ 5 - 0
tests/webtbs/tw40598.pp

@@ -3,6 +3,11 @@
 
 
 {$mode objfpc}
 {$mode objfpc}
 
 
+{$ifdef linux}
+uses
+  baseunix;
+{$endif linux}
+
 type
 type
   TForm1 = class
   TForm1 = class
     procedure Button1Click(Sender: TObject);
     procedure Button1Click(Sender: TObject);