aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/python/libghdl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/python/libghdl.adb')
-rw-r--r--src/vhdl/python/libghdl.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/python/libghdl.adb b/src/vhdl/python/libghdl.adb
index ac038c25b..0267ccec7 100644
--- a/src/vhdl/python/libghdl.adb
+++ b/src/vhdl/python/libghdl.adb
@@ -19,6 +19,8 @@
with GNAT.OS_Lib; use GNAT.OS_Lib;
with Ghdllocal;
with Ghdlcomp;
+with Errorout.Memory;
+pragma Unreferenced (Errorout.Memory); -- At least from Ada code.
package body Libghdl is
function Set_Option (Opt : Thin_String_Ptr; Len : Natural) return Integer is