diff options
Diffstat (limited to 'src/grt/grt-files.adb')
-rw-r--r-- | src/grt/grt-files.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-files.adb b/src/grt/grt-files.adb index 5ab74f127..826e9b05f 100644 --- a/src/grt/grt-files.adb +++ b/src/grt/grt-files.adb @@ -23,6 +23,7 @@ -- however invalidate any other reasons why the executable file might be -- covered by the GNU Public License. with Grt.Errors; use Grt.Errors; +with Grt.Errors_Exec; use Grt.Errors_Exec; with Grt.Stdio; use Grt.Stdio; with Grt.C; use Grt.C; with Grt.Table; |