Skip to content
Snippets Groups Projects
Commit 23804378 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

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

parent c14bf922
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdio.h>
#include "ntstatus.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment