diff options
-rw-r--r-- | server/util/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/util/util.h b/server/util/util.h index 1ca35930..ade97b84 100644 --- a/server/util/util.h +++ b/server/util/util.h @@ -3,6 +3,7 @@ #include <stdio.h> #include <stdbool.h> +#include "replace.h" extern int debug_level; void debug_fn(const char *format, ...); |