diff options
Diffstat (limited to 'src/common/core.h')
-rw-r--r-- | src/common/core.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/common/core.h b/src/common/core.h index ccdfa6c35..dce8157b1 100644 --- a/src/common/core.h +++ b/src/common/core.h @@ -5,6 +5,9 @@ #ifndef _CORE_H_ #define _CORE_H_ +#include "../common/db.h" +#include "../config/core.h" + /* so that developers with --enable-debug can raise signals from any section of the code they'd like */ #ifdef DEBUG #include <signal.h> @@ -13,10 +16,6 @@ extern int arg_c; extern char **arg_v; -#if defined(BUILDBOT) - extern int buildbotflag; -#endif - #define HERC_UNKNOWN_VER '\x02' /// @see E_CORE_ST |