aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index ab71851..02bb712 100644
--- a/src/common.c
+++ b/src/common.c
@@ -1,4 +1,6 @@
#include "common.h"
+#include <stdarg.h>
+#include <stdio.h>
void fatal_error(const char* msg, ...) {
va_list args;