diff options
Diffstat (limited to 'core/errorhelper.c')
-rw-r--r-- | core/errorhelper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/errorhelper.c b/core/errorhelper.c index 5390c4c20..cad595912 100644 --- a/core/errorhelper.c +++ b/core/errorhelper.c @@ -3,6 +3,7 @@ // Clang has a bug on zero-initialization of C structs. #pragma clang diagnostic ignored "-Wmissing-field-initializers" #endif +#include <stdarg.h> #include "dive.h" #include "membuffer.h" |