Module: wine Branch: master Commit: bcf7996e950e9793fee972d9d086c9de300ec3fb URL: http://source.winehq.org/git/wine.git/?a=commit;h=bcf7996e950e9793fee972d9d0...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Thu Sep 18 01:21:13 2008 +0200
cryptnet: Include stdarg.h.
---
dlls/cryptnet/cryptnet_main.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c index 049d577..0395e0a 100644 --- a/dlls/cryptnet/cryptnet_main.c +++ b/dlls/cryptnet/cryptnet_main.c @@ -26,6 +26,7 @@ #define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS
#include <stdio.h> +#include <stdarg.h>
#include "windef.h" #include "winbase.h"