File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 38
38
#include < stdio.h>
39
39
#include < stdlib.h>
40
40
#include < firebird/Interface.h>
41
+ #include " firebird/impl/msg_helper.h"
41
42
42
43
// Define lengths used in isql.e
43
44
Original file line number Diff line number Diff line change 30
30
#include " ../common/classes/array.h"
31
31
#include " ../common/classes/fb_string.h"
32
32
#include " ../common/dsc.h"
33
+ #include " firebird/impl/msg_helper.h"
33
34
34
35
inline constexpr const char * ALL_PRIVILEGES = " SIUDR" ; // all applicable grant/revoke privileges
35
36
inline constexpr const char * EXEC_PRIVILEGES = " X" ; // execute privilege
Original file line number Diff line number Diff line change 93
93
#include "../common/classes/MsgPrint.h"
94
94
#include "../jrd/Function.h"
95
95
#include "../jrd/trace/TraceJrdHelpers.h"
96
+ #include "firebird/impl/msg_helper.h"
96
97
97
98
98
99
#ifdef HAVE_CTYPE_H
Original file line number Diff line number Diff line change 76
76
#include " ../jrd/Mapping.h"
77
77
#include " ../jrd/DbCreators.h"
78
78
#include " ../common/os/fbsyslog.h"
79
+ #include " firebird/impl/msg_helper.h"
79
80
80
81
81
82
const int DYN_MSG_FAC = 8 ;
Original file line number Diff line number Diff line change 27
27
#include " firebird/Interface.h"
28
28
#include " ../common/ThreadData.h"
29
29
#include " ../jrd/constants.h"
30
+ #include " firebird/impl/msg_helper.h"
30
31
31
32
inline constexpr USHORT GSEC_MSG_FAC = FB_IMPL_MSG_FACILITY_GSEC;
32
33
inline constexpr int MSG_LENGTH = 128 ;
You can’t perform that action at this time.
0 commit comments