summaryrefslogtreecommitdiffstats
path: root/lib/Utils/logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils/logging.cpp')
-rw-r--r--lib/Utils/logging.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Utils/logging.cpp b/lib/Utils/logging.cpp
index d79ded5..f70d23f 100644
--- a/lib/Utils/logging.cpp
+++ b/lib/Utils/logging.cpp
@@ -8,6 +8,8 @@
int xfunc_error_retval = EXIT_FAILURE;
+int g_verbose;
+
void xfunc_die(void)
{
exit(xfunc_error_retval);