diff options
Diffstat (limited to 'src/common/core.c')
-rw-r--r-- | src/common/core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/core.c b/src/common/core.c index 6bc91c947..7a6584898 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -28,6 +28,9 @@ /// Called when a terminate signal is received. void (*shutdown_callback)(void) = NULL; +#if defined(BUILDBOT) + bool buildbotflag; +#endif int runflag = CORE_ST_RUN; int arg_c = 0; |