mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
must include stdarg.h to use varargs
This commit is contained in:
parent
738d6dba88
commit
db2dfc9226
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include <geos.h>
|
#include <geos.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
void _mbprintout(void);
|
void _mbprintout(void);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user