Module: wine Branch: master Commit: 43b52ebb8ebf572879f79cbf95e396b8e61c2d2d URL: http://source.winehq.org/git/wine.git/?a=commit;h=43b52ebb8ebf572879f79cbf95...
Author: Francois Gouget fgouget@free.fr Date: Tue Nov 7 00:44:08 2006 +0100
urlmon/tests: Fix compilation with the PSDK headers.
---
dlls/urlmon/tests/misc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/urlmon/tests/misc.c b/dlls/urlmon/tests/misc.c index 0fa5f32..425de1b 100644 --- a/dlls/urlmon/tests/misc.c +++ b/dlls/urlmon/tests/misc.c @@ -21,6 +21,7 @@ #define CONST_VTABLE
#include <wine/test.h> #include <stdarg.h> +#include <stddef.h>
#include "windef.h" #include "winbase.h"