diff --git a/src/util.h b/src/util.h index 0921e34f16..44bae3e17c 100644 --- a/src/util.h +++ b/src/util.h @@ -13,9 +13,12 @@ #include #include -#include #include +#ifndef USE_EXTERNAL_DEFAULT_CALLBACKS +#include +#endif + #define STR_(x) #x #define STR(x) STR_(x) #define DEBUG_CONFIG_MSG(x) "DEBUG_CONFIG: " x