kernel32: Add missing stdarg.h include.

This fixes a compile breakage with older gcc versions.
This commit is contained in:
Michael Stefaniuc 2009-09-22 23:51:49 +02:00 committed by Alexandre Julliard
parent 90f95172b8
commit a8c19696f1

View File

@ -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