diff options
Diffstat (limited to 'gcc/ada/lib-util.adb')
-rw-r--r-- | gcc/ada/lib-util.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/lib-util.adb b/gcc/ada/lib-util.adb index 4e3770c..bee3a76 100644 --- a/gcc/ada/lib-util.adb +++ b/gcc/ada/lib-util.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- $Revision: 1.7 $ +-- $Revision$ -- -- -- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- -- -- @@ -28,7 +28,7 @@ with Hostparm; with Namet; use Namet; -with Osint; use Osint; +with Osint.C; use Osint.C; package body Lib.Util is |