mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1242151: using va_list needs <stdarg.h> at least on OpenBSD r=erahm
This commit is contained in:
parent
43e9531587
commit
5c21eacbad
@ -8,6 +8,7 @@
|
||||
#define mozilla_logging_h
|
||||
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "prlog.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user