server: Include stdarg.h in completion.c. Needed for older gcc versions.

This commit is contained in:
Michael Stefaniuc 2007-09-26 21:16:23 +02:00 committed by Alexandre Julliard
parent c14bf9223c
commit 238043784a
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdio.h>
#include "ntstatus.h"