diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-12-16 08:03:37 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-12-16 14:07:04 +0100 |
commit | 42e2e02a5f0d0e305561b44984a41391b04c157d (patch) | |
tree | 6d5ff943da0e064f41cdecb0214942bbd9978bac /src/grt/grt-disp_rti.adb | |
parent | b268324b35da6e949c610e9cc3feb56596a8e17b (diff) | |
download | ghdl-42e2e02a5f0d0e305561b44984a41391b04c157d.tar.gz ghdl-42e2e02a5f0d0e305561b44984a41391b04c157d.tar.bz2 ghdl-42e2e02a5f0d0e305561b44984a41391b04c157d.zip |
Extract grt.astdio.vhdl from grt.astdio.
Diffstat (limited to 'src/grt/grt-disp_rti.adb')
-rw-r--r-- | src/grt/grt-disp_rti.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-disp_rti.adb b/src/grt/grt-disp_rti.adb index 177093747..7aa97d1f8 100644 --- a/src/grt/grt-disp_rti.adb +++ b/src/grt/grt-disp_rti.adb @@ -24,6 +24,7 @@ -- covered by the GNU Public License. with Grt.Astdio; use Grt.Astdio; +with Grt.Astdio.Vhdl; use Grt.Astdio.Vhdl; with Grt.Errors; use Grt.Errors; with Grt.Hooks; use Grt.Hooks; with Grt.Rtis_Utils; use Grt.Rtis_Utils; |