advapi32: Include <stdarg.h> since winbase.h expects va_list.

Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Gerald Pfeifer 2017-11-25 15:43:13 +01:00 committed by Alexandre Julliard
parent b019c918eb
commit 8b8b6d545d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"