server: Fix va_list compile error.

Vitaliy Margolen wine-patch at kievinfo.com
Sat Dec 31 18:28:00 CST 2005


ChangeLog:
server: Fix va_list compile error.

 server/snapshot.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
-------------- next part --------------
35769bde121b9dd3d49be2720fca06a756f3d58a
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-patches mailing list