From c9a02bf590248c0bd8e1343198d3f9c13ce118c1 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 14 Jun 2008 18:34:02 +0200 Subject: Port to new ULibc unit, drop dependency to compiler Libc library (preparation for PPC port) --- UViewer.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UViewer.pas') diff --git a/UViewer.pas b/UViewer.pas index d10b8a7..ae56d2c 100644 --- a/UViewer.pas +++ b/UViewer.pas @@ -65,7 +65,7 @@ var implementation -uses UCoreUtils, UCoreClasses, UConfig, DateUtils, Libc; +uses UCoreUtils, UCoreClasses, UConfig, DateUtils, ULibc; -- cgit v1.2.3