aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index ffd77e3252..9e103f1229 100644
--- a/common/util.h
+++ b/common/util.h
@@ -164,6 +164,7 @@ void CDECL NORETURN error(const char *s, ...);
void CDECL warning(const char *s, ...);
void CDECL debug(int level, const char *s, ...);
+void CDECL debug(const char *s, ...);
void checkHeap();