From 6f08af54b1cd048f1af835ff1e28f77cf2a5ca83 Mon Sep 17 00:00:00 2001 From: Loesje_ Date: Wed, 13 Oct 2010 18:24:28 +0000 Subject: [PATCH] * Fixed compilation on Linux git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1344 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/geckoport/each-version/nsXPCOM_std19.pas | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/geckoport/each-version/nsXPCOM_std19.pas b/components/geckoport/each-version/nsXPCOM_std19.pas index f65219c42..5e3cb33d1 100644 --- a/components/geckoport/each-version/nsXPCOM_std19.pas +++ b/components/geckoport/each-version/nsXPCOM_std19.pas @@ -3,7 +3,11 @@ unit nsXPCOM_std19; interface uses - nsGeckoStrings, nsTypes; + nsGeckoStrings, +{$IFDEF Unix} + BaseUnix, +{$ENDIF} + nsTypes; const NS_ISUPPORTS_STD19_IID: TGUID = '{00000000-0000-0000-c000-000000000046}';