Quellcode durchsuchen

* missing part of last commit

florian vor 10 Monaten
Ursprung
Commit
08762ab8f0
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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);