diff options
Diffstat (limited to 'translate/grt/grt-disp.adb')
-rw-r--r-- | translate/grt/grt-disp.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translate/grt/grt-disp.adb b/translate/grt/grt-disp.adb index 9bd803534..a40f0edfe 100644 --- a/translate/grt/grt-disp.adb +++ b/translate/grt/grt-disp.adb @@ -15,6 +15,7 @@ -- along with GCC; see the file COPYING. If not, write to the Free -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. +with System.Storage_Elements; -- Work around GNAT bug. with Grt.Types; use Grt.Types; with Grt.Signals; use Grt.Signals; with Grt.Astdio; use Grt.Astdio; |