3 Jan
2006
3 Jan
'06
12:37 p.m.
Module: wine Branch: refs/heads/master Commit: 4fabe112d76b309064f4ceab8bd42c240fabbd8a URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4fabe112d76b309064f4ceab... Author: Vitaliy Margolen <wine-patch(a)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