diff options
Diffstat (limited to 'gcc/ada/s-fileio.adb')
-rw-r--r-- | gcc/ada/s-fileio.adb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/s-fileio.adb b/gcc/ada/s-fileio.adb index b60cce5..cf29b24 100644 --- a/gcc/ada/s-fileio.adb +++ b/gcc/ada/s-fileio.adb @@ -34,6 +34,7 @@ with Ada.Finalization; use Ada.Finalization; with Ada.IO_Exceptions; use Ada.IO_Exceptions; with Interfaces.C_Streams; use Interfaces.C_Streams; +with System.CRTL; with System.Soft_Links; with Unchecked_Deallocation; @@ -43,6 +44,8 @@ package body System.File_IO is package SSL renames System.Soft_Links; + use type System.CRTL.size_t; + ---------------------- -- Global Variables -- ---------------------- |