crypt32: add missing include

Tijl Coosemans tijl at ulyssis.org
Wed Jul 25 09:20:19 CDT 2007


crypt32: add missing include

(needed for use of "off_t")

---
 dlls/crypt32/encode.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
-------------- next part --------------
diff --git a/dlls/crypt32/encode.c b/dlls/crypt32/encode.c
index 7359ed8..1ae7339 100644
--- a/dlls/crypt32/encode.c
+++ b/dlls/crypt32/encode.c
@@ -35,6 +35,7 @@
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <sys/types.h>
 
 #define NONAMELESSUNION
 


More information about the wine-patches mailing list