diff options
Diffstat (limited to 'gcc/ada/fname-uf.ads')
-rw-r--r-- | gcc/ada/fname-uf.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/fname-uf.ads b/gcc/ada/fname-uf.ads index bf047704231..b0ba0d90b3a 100644 --- a/gcc/ada/fname-uf.ads +++ b/gcc/ada/fname-uf.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2007, 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- -- @@ -36,6 +36,7 @@ -- to deal with the extra dependencies). with Casing; use Casing; +with Types; use Types; package Fname.UF is |