diff options
| author | mrb0nk500 <b0nk@b0nk.xyz> | 2021-06-26 14:19:35 -0400 |
|---|---|---|
| committer | mrb0nk500 <b0nk@b0nk.xyz> | 2021-06-26 14:19:35 -0400 |
| commit | b950d12b216f7a7b6b3b63e307a434f010305324 (patch) | |
| tree | e1ab1d7cd7ca9484320003a57f66fcca9afcb7fb | |
| parent | 0be4dd7fdae48923df2d2f1c3525269bc948a16d (diff) | |
Include `stdarg.h` in `misc.c`.
| -rw-r--r-- | misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #include <string.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include "misc.h" |
