diff --git a/src/cmds/qstat.c b/src/cmds/qstat.c index 5f85de7..6997183 100644 --- a/src/cmds/qstat.c +++ b/src/cmds/qstat.c @@ -91,6 +91,9 @@ #if TCLX #include #endif +#ifndef Tcl_GetErrorLine +# define Tcl_GetErrorLine(interp) ((interp)->errorLine) +#endif #endif #include "cmds.h"