[PATCH] server: include <sys/types.h> for mode_t

Felix Janda felix.janda at posteo.de
Sat Aug 23 10:01:29 CDT 2014


---
 server/file.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/server/file.h b/server/file.h
index 493d30b..ed6096f 100644
--- a/server/file.h
+++ b/server/file.h
@@ -21,6 +21,8 @@
 #ifndef __WINE_SERVER_FILE_H
 #define __WINE_SERVER_FILE_H
 
+#include <sys/types.h>
+
 #include "object.h"
 
 struct fd;
-- 
1.8.5.5



More information about the wine-patches mailing list