diff options
Diffstat (limited to 'gcc/ada/a-sequio.ads')
-rw-r--r-- | gcc/ada/a-sequio.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/a-sequio.ads b/gcc/ada/a-sequio.ads index 3a01364c3a3..2aba80abfc5 100644 --- a/gcc/ada/a-sequio.ads +++ b/gcc/ada/a-sequio.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -36,6 +36,7 @@ ------------------------------------------------------------------------------ with Ada.IO_Exceptions; + with System.Sequential_IO; generic |