mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
Add missing header for va_list.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
This commit is contained in:
parent
582f37814a
commit
574619d2b8
1
3rdparty/mongoose/mongoose.h
vendored
1
3rdparty/mongoose/mongoose.h
vendored
@ -20,6 +20,7 @@
|
||||
|
||||
#define MONGOOSE_VERSION "5.6"
|
||||
|
||||
#include <stdarg.h> // required for va_list
|
||||
#include <stdio.h> // required for FILE
|
||||
#include <stddef.h> // required for size_t
|
||||
#include <sys/types.h> // required for time_t
|
||||
|
Loading…
Reference in New Issue
Block a user