mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 11:54:47 +00:00
kernel32: Add missing stdarg.h include.
This fixes a compile breakage with older gcc versions.
This commit is contained in:
parent
90f95172b8
commit
a8c19696f1
@ -22,6 +22,7 @@
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user