diff options
Diffstat (limited to 'src/vhdl/errorout.ads')
-rw-r--r-- | src/vhdl/errorout.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/errorout.ads b/src/vhdl/errorout.ads index 0df0e6fbc..8da60ee15 100644 --- a/src/vhdl/errorout.ads +++ b/src/vhdl/errorout.ads @@ -16,7 +16,7 @@ -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. with Types; use Types; -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; with Vhdl.Tokens; package Errorout is |