Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).

diff --git a/server/context_i386.c b/server/context_i386.c
index 01aaef2..4ef2fa5 100644
--- a/server/context_i386.c
+++ b/server/context_i386.c
@@ -27,6 +27,7 @@
 #ifdef HAVE_SYS_REG_H
 #include <sys/reg.h>
 #endif
+#include <stdarg.h>
 #include <unistd.h>
 #ifdef HAVE_SYS_PTRACE_H
 # include <sys/ptrace.h>
@@ -35,6 +36,7 @@
 # include <sys/param.h>
 #endif
 
+#include "windef.h"
 #include "winbase.h"
 
 #include "file.h"