DEADSOFTWARE

hackfix builds with upnp on unix
authorfgsfds <pvt.fgsfds@gmail.com>
Mon, 5 Feb 2018 19:46:57 +0000 (22:46 +0300)
committerfgsfds <pvt.fgsfds@gmail.com>
Mon, 5 Feb 2018 19:46:57 +0000 (22:46 +0300)
src/game/Doom2DF.lpr

index 5f707e0d06c7d6a5bd47dd79721715d629367ab4..450ab48cb38a96923436cf54517f2345c64f7f08 100644 (file)
@@ -32,6 +32,9 @@ program Doom2DF;
 {$ENDIF}
 
 uses
+{$IFDEF UNIX}
+  cthreads,
+{$ENDIF}
   mempool in '../shared/mempool.pas',
   conbuf in '../shared/conbuf.pas',
   geom in '../shared/geom.pas',