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

Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Gerald Pfeifer 2020-06-02 01:00:55 +02:00 committed by Alexandre Julliard
parent 3c86adab76
commit b4a868b8ad
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "wine/port.h"
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>