Module: wine Branch: master Commit: b4a868b8addebb906104fb38ded8524d2069337d URL: https://source.winehq.org/git/wine.git/?a=commit;h=b4a868b8addebb906104fb38d...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Tue Jun 2 01:00:55 2020 +0200
ntdll: Include <stdarg.h> in unix/debug.c.
Signed-off-by: Gerald Pfeifer gerald@pfeifer.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/unix/debug.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/ntdll/unix/debug.c b/dlls/ntdll/unix/debug.c index 12e9cdd36d..2aa6548b36 100644 --- a/dlls/ntdll/unix/debug.c +++ b/dlls/ntdll/unix/debug.c @@ -26,6 +26,7 @@ #include "wine/port.h"
#include <assert.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h>