浏览代码

* 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);