Skip to content
Snippets Groups Projects
Commit b4a868b8 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

ntdll: Include <stdarg.h> in unix/debug.c.

parent 3c86adab
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
#include "wine/port.h"
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.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