commit | 4fabe112d76b309064f4ceab8bd42c240fabbd8a | [log] [tgz] |
---|---|---|
author | Vitaliy Margolen <wine-patch@kievinfo.com> | Tue Jan 03 12:06:03 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 03 12:06:03 2006 +0100 |
tree | 24b7c6a5de5d7c29922a75c82c84415f3063bcfa | |
parent | 9561d6e29cf781c9395aa58d1315ff1f1c9f6388 [diff] [blame] |
server: Fix va_list compile error.
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