must include stdarg.h to use varargs

This commit is contained in:
mrdudz 2022-05-08 18:47:55 +02:00
parent 1c34d798be
commit d0ac06c9b0
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <geos.h>
#include <stdio.h>
#include <stdarg.h>
void _mbprintout(void);