kernel32: Add missing stdarg.h includes.

This commit is contained in:
Michael Stefaniuc 2009-12-30 23:36:56 +01:00 committed by Alexandre Julliard
parent 95ac10e526
commit 4f60b6bf91
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "wine/port.h"
#include <fcntl.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -25,6 +25,7 @@
#include <ctype.h>
#include <errno.h>
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
#include <time.h>
#ifdef HAVE_SYS_TIME_H