Skip to content

Commit c4b75ac

Browse files
committed
Ensure msg facility code is defined
1 parent 6808d2e commit c4b75ac

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/isql/isql.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include <stdio.h>
3939
#include <stdlib.h>
4040
#include <firebird/Interface.h>
41+
#include "firebird/impl/msg_helper.h"
4142

4243
// Define lengths used in isql.e
4344

src/jrd/dyn.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include "../common/classes/array.h"
3131
#include "../common/classes/fb_string.h"
3232
#include "../common/dsc.h"
33+
#include "firebird/impl/msg_helper.h"
3334

3435
inline constexpr const char* ALL_PRIVILEGES = "SIUDR"; // all applicable grant/revoke privileges
3536
inline constexpr const char* EXEC_PRIVILEGES = "X"; // execute privilege

src/jrd/met.epp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
#include "../common/classes/MsgPrint.h"
9494
#include "../jrd/Function.h"
9595
#include "../jrd/trace/TraceJrdHelpers.h"
96+
#include "firebird/impl/msg_helper.h"
9697

9798

9899
#ifdef HAVE_CTYPE_H

src/jrd/tra.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
#include "../jrd/Mapping.h"
7777
#include "../jrd/DbCreators.h"
7878
#include "../common/os/fbsyslog.h"
79+
#include "firebird/impl/msg_helper.h"
7980

8081

8182
const int DYN_MSG_FAC = 8;

src/utilities/gsec/gsec.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "firebird/Interface.h"
2828
#include "../common/ThreadData.h"
2929
#include "../jrd/constants.h"
30+
#include "firebird/impl/msg_helper.h"
3031

3132
inline constexpr USHORT GSEC_MSG_FAC = FB_IMPL_MSG_FACILITY_GSEC;
3233
inline constexpr int MSG_LENGTH = 128;

0 commit comments

Comments
 (0)