From db2dfc922615b4c7c5b7c8eabc0bd45e9f015915 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Sun, 8 May 2022 18:47:55 +0200 Subject: [PATCH] must include stdarg.h to use varargs --- libsrc/geos-common/dlgbox/messagebox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/geos-common/dlgbox/messagebox.c b/libsrc/geos-common/dlgbox/messagebox.c index fd4a5cd11..141a84b89 100644 --- a/libsrc/geos-common/dlgbox/messagebox.c +++ b/libsrc/geos-common/dlgbox/messagebox.c @@ -7,6 +7,7 @@ #include #include +#include void _mbprintout(void);