Vitaliy Margolen : server: Fix va_list compile error.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 3 06:37:27 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 4fabe112d76b309064f4ceab8bd42c240fabbd8a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=4fabe112d76b309064f4ceab8bd42c240fabbd8a

Author: Vitaliy Margolen <wine-patch at kievinfo.com>
Date:   Tue Jan  3 12:06:03 2006 +0100

server: Fix va_list compile error.

---

 server/snapshot.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/server/snapshot.c b/server/snapshot.c
index 0ef5370..ccbbe72 100644
--- a/server/snapshot.c
+++ b/server/snapshot.c
@@ -26,6 +26,7 @@
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdarg.h>
 
 #include "ntstatus.h"
 #define WIN32_NO_STATUS




More information about the wine-cvs mailing list