diff options
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/python/libghdl.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/python/libghdl.ads b/src/vhdl/python/libghdl.ads index 0ee9fb7fd..dbc6b260e 100644 --- a/src/vhdl/python/libghdl.ads +++ b/src/vhdl/python/libghdl.ads @@ -17,7 +17,7 @@ -- 02111-1307, USA. with Types; use Types; -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; package Libghdl is -- To be called before Analyze_Init to set command line options. |