summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-26 14:19:35 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-26 14:19:35 -0400
commitb950d12b216f7a7b6b3b63e307a434f010305324 (patch)
treee1ab1d7cd7ca9484320003a57f66fcca9afcb7fb /misc.c
parent0be4dd7fdae48923df2d2f1c3525269bc948a16d (diff)
Include `stdarg.h` in `misc.c`.
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index bd24b30..ce286cb 100644
--- a/misc.c
+++ b/misc.c
@@ -1,4 +1,5 @@
#include <string.h>
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include "misc.h"