mirror of
https://github.com/holub/mame
synced 2025-06-04 11:56:28 +03:00
Merge pull request #274 from 0-wiz-0/master
Add missing header for va_list.
This commit is contained in:
commit
5c4eeb14dd
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