diff --git a/include/decl.h b/include/decl.h index 1ed0aad39..497463ae4 100644 --- a/include/decl.h +++ b/include/decl.h @@ -1039,7 +1039,11 @@ struct instance_globals { /* questpgr.c */ char cvt_buf[CVT_BUF_SIZE]; struct qtlists qt_list; +#ifdef DLB struct dlb_handle *msg_file; +#else + FILE *msg_file; +#endif /* used by ldrname() and neminame(), then copied into cvt_buf */ char nambuf[CVT_BUF_SIZE];