diff options
Diffstat (limited to 'src/common/core.h')
-rw-r--r-- | src/common/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/core.h b/src/common/core.h index beb72d080..6a3a0f056 100644 --- a/src/common/core.h +++ b/src/common/core.h @@ -7,6 +7,10 @@ extern int arg_c; extern char **arg_v; +#if defined(BUILDBOT) +extern bool buildbotflag; +#endif + /// @see E_CORE_ST extern int runflag; extern char *SERVER_NAME; |