Parcourir la source

* missing part of last commit

florian il y a 10 mois
Parent
commit
08762ab8f0
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      tests/webtbs/tw40598.pp

+ 5 - 0
tests/webtbs/tw40598.pp

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