diff options
-rw-r--r-- | src/ghdldrv/ghdlsimul.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlsimul.adb b/src/ghdldrv/ghdlsimul.adb index 97adef30d..3fa1d2c6d 100644 --- a/src/ghdldrv/ghdlsimul.adb +++ b/src/ghdldrv/ghdlsimul.adb @@ -18,7 +18,7 @@ with Ada.Command_Line; -with Ghdllocal; use Ghdllocal; +with Ghdllocal; with GNAT.OS_Lib; use GNAT.OS_Lib; with Simple_IO; |