server: Fix va_list compile error.

This commit is contained in:
Vitaliy Margolen 2006-01-03 12:06:03 +01:00 committed by Alexandre Julliard
parent 9561d6e29c
commit 4fabe112d7
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "ntstatus.h"
#define WIN32_NO_STATUS