summaryrefslogtreecommitdiff
path: root/src/ghdldrv/ghdlrun.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlrun.adb')
-rw-r--r--src/ghdldrv/ghdlrun.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb
index 13bb6f8..51cc6b0 100644
--- a/src/ghdldrv/ghdlrun.adb
+++ b/src/ghdldrv/ghdlrun.adb
@@ -267,6 +267,8 @@ package body Ghdlrun is
Grt.Processes.Ghdl_Process_Wait_Exit'Address);
Def (Trans_Decls.Ghdl_Process_Wait_Suspend,
Grt.Processes.Ghdl_Process_Wait_Suspend'Address);
+ Def (Trans_Decls.Ghdl_Process_Wait_Timed_Out,
+ Grt.Processes.Ghdl_Process_Wait_Timed_Out'Address);
Def (Trans_Decls.Ghdl_Process_Wait_Timeout,
Grt.Processes.Ghdl_Process_Wait_Timeout'Address);
Def (Trans_Decls.Ghdl_Process_Wait_Set_Timeout,