diff options
Diffstat (limited to 'gcc/ada/i-cstrea.adb')
-rw-r--r-- | gcc/ada/i-cstrea.adb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/i-cstrea.adb b/gcc/ada/i-cstrea.adb index 9d322d42906..2c85bc937ed 100644 --- a/gcc/ada/i-cstrea.adb +++ b/gcc/ada/i-cstrea.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1996-2001 Free Software Foundation, Inc. -- +-- Copyright (C) 1996-2003 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -39,6 +39,8 @@ with Unchecked_Conversion; package body Interfaces.C_Streams is + use type System.CRTL.size_t; + ------------ -- fread -- ------------ |