Commit 95414ef4 authored by Robert Lunnon's avatar Robert Lunnon Committed by Alexandre Julliard

Add stdarg.h where missing.

parent 200f005d
......@@ -24,6 +24,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "windef.h"
#include "winternl.h"
......
......@@ -24,6 +24,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "windef.h"
#include "winternl.h"
......
......@@ -27,6 +27,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdarg.h>
#include "winternl.h"
......
......@@ -24,6 +24,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "windef.h"
#include "winternl.h"
......
......@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <sys/time.h>
#include <sys/types.h>
#include <stdarg.h>
#include "windef.h"
#include "winternl.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment