Added a few missing stdarg.h includes.

This commit is contained in:
Alexandre Julliard 2003-09-07 05:08:14 +00:00
parent 3110e95e99
commit 62986a0107
4 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,8 @@ extern TCHAR szChildClass[];
/******************************************************************************* /*******************************************************************************
* Dynamically load all things that depend on user32.dll * Dynamically load all things that depend on user32.dll
*/ */
#include <stdarg.h>
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "wingdi.h" #include "wingdi.h"

View File

@ -33,6 +33,7 @@
#include "wine/port.h" #include "wine/port.h"
#include <stdio.h> #include <stdio.h>
#include <stdarg.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef HAVE_CURSES_H #ifdef HAVE_CURSES_H
#include <curses.h> #include <curses.h>

View File

@ -31,6 +31,7 @@
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <signal.h> #include <signal.h>
#include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/poll.h> #include <sys/poll.h>

View File

@ -33,6 +33,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <limits.h> #include <limits.h>
#include <stdio.h> #include <stdio.h>
#include <stdarg.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/stat.h> #include <sys/stat.h>