aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-errors.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-16 08:03:37 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-16 14:07:04 +0100
commit42e2e02a5f0d0e305561b44984a41391b04c157d (patch)
tree6d5ff943da0e064f41cdecb0214942bbd9978bac /src/grt/grt-errors.adb
parentb268324b35da6e949c610e9cc3feb56596a8e17b (diff)
downloadghdl-42e2e02a5f0d0e305561b44984a41391b04c157d.tar.gz
ghdl-42e2e02a5f0d0e305561b44984a41391b04c157d.tar.bz2
ghdl-42e2e02a5f0d0e305561b44984a41391b04c157d.zip
Extract grt.astdio.vhdl from grt.astdio.
Diffstat (limited to 'src/grt/grt-errors.adb')
-rw-r--r--src/grt/grt-errors.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-errors.adb b/src/grt/grt-errors.adb
index 11b529014..cdaf48923 100644
--- a/src/grt/grt-errors.adb
+++ b/src/grt/grt-errors.adb
@@ -24,6 +24,7 @@
-- covered by the GNU Public License.
with Grt.Stdio; use Grt.Stdio;
with Grt.Astdio; use Grt.Astdio;
+with Grt.Astdio.Vhdl; use Grt.Astdio.Vhdl;
with Grt.Options; use Grt.Options;
with Grt.Hooks; use Grt.Hooks;
with Grt.Backtraces;