mirror of
https://github.com/cc65/cc65.git
synced 2025-08-16 12:27:49 +00:00
must include stdarg.h to use varargs
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#include <geos.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
void _mbprintout(void);
|
||||
|
||||
|
Reference in New Issue
Block a user