Commit 23804378 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent c14bf922
......@@ -29,6 +29,7 @@
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdio.h>
#include "ntstatus.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