[PATCH] avoid implicit time()

Marcus Meissner marcus at jet.franken.de
Fri May 4 18:18:40 CDT 2007


---
 dlls/riched20/tests/editor.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c
index 91cad1d..a409b32 100644
--- a/dlls/riched20/tests/editor.c
+++ b/dlls/riched20/tests/editor.c
@@ -29,6 +29,7 @@
 #include <winnls.h>
 #include <ole2.h>
 #include <richedit.h>
+#include <time.h>
 #include <wine/test.h>
 
 static HMODULE hmoduleRichEdit;
-- 
1.4.3.4



More information about the wine-patches mailing list