server: Include stdarg.h in completion.c. Needed for older gcc versions.
This commit is contained in:
parent
c14bf9223c
commit
238043784a
|
@ -29,6 +29,7 @@
|
|||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "ntstatus.h"
|
||||
|
|
Loading…
Reference in New Issue