Преглед изворни кода

* missing part of last commit

florian пре 10 месеци
родитељ
комит
08762ab8f0
1 измењених фајлова са 5 додато и 0 уклоњено
  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);