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

Alexandre Julliard julliard at winehq.org
Tue Jun 2 16:34:09 CDT 2020


Module: wine
Branch: master
Commit: b4a868b8addebb906104fb38ded8524d2069337d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b4a868b8addebb906104fb38ded8524d2069337d

Author: Gerald Pfeifer <gerald at 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 at pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard at 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>




More information about the wine-cvs mailing list