aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/flists.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/flists.ads')
-rw-r--r--src/vhdl/flists.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/flists.ads b/src/vhdl/flists.ads
index 6c05d7695..3d43c0f74 100644
--- a/src/vhdl/flists.ads
+++ b/src/vhdl/flists.ads
@@ -16,7 +16,7 @@
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
with Types; use Types;
-with Nodes; use Nodes;
+with Vhdl.Nodes_Priv; use Vhdl.Nodes_Priv;
package Flists is
type Flist_Type is new Int32;