Add stdarg.h where missing.

This commit is contained in:
Robert Lunnon 2005-11-22 12:01:05 +00:00 committed by Alexandre Julliard
parent 200f005d66
commit 95414ef44c
5 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "windef.h"
#include "winternl.h"

View File

@ -24,6 +24,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "windef.h"
#include "winternl.h"

View File

@ -27,6 +27,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdarg.h>
#include "winternl.h"

View File

@ -24,6 +24,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "windef.h"
#include "winternl.h"

View File

@ -26,6 +26,7 @@
#include <stdlib.h>
#include <sys/time.h>
#include <sys/types.h>
#include <stdarg.h>
#include "windef.h"
#include "winternl.h"