diff --git a/src/julia.h b/src/julia.h index 589a5745ff59f7..efdd6a1b08bf75 100644 --- a/src/julia.h +++ b/src/julia.h @@ -718,6 +718,7 @@ typedef struct _jl_module_t { } jl_module_t; struct _jl_globalref_t { + JL_DATA_TYPE jl_module_t *mod; jl_sym_t *name; jl_binding_t *binding;