From f5d2c3a4460b7b116e75fa528a71d58823f7169c Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 19 Oct 2011 06:42:51 +0000 Subject: [PATCH] tests: fix test for unixes git-svn-id: trunk@19511 - --- tests/test/tcpstr17.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/test/tcpstr17.pp b/tests/test/tcpstr17.pp index cfbce0b301..99f3015360 100644 --- a/tests/test/tcpstr17.pp +++ b/tests/test/tcpstr17.pp @@ -5,6 +5,12 @@ program tcpstr17; {$codepage utf8} {$endif} {$apptype console} + +{$ifdef unix} +uses + cwstring; +{$endif} + type TOEMStr = type AnsiString(866); {$ifndef FPC}