From f79e969127060ee89937c70f2ea4eb7b4e22d772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Sun, 16 Jul 2023 13:58:48 +0200 Subject: [PATCH] * Add cthreads --- utils/fpcres/fpmake.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/utils/fpcres/fpmake.pp b/utils/fpcres/fpmake.pp index 6c68ce301f..0a8f743c98 100644 --- a/utils/fpcres/fpmake.pp +++ b/utils/fpcres/fpmake.pp @@ -2,7 +2,11 @@ {$mode objfpc}{$H+} program fpmake; -uses fpmkunit; +uses + {$ifdef unix} + cthreads, + {$endif} + fpmkunit; {$endif ALLPACKAGES} procedure add_fpcres(const ADirectory: string);