Felix Janda : server: Include <sys/types.h> for mode_t.
25 Aug
2014
25 Aug
'14
8:58 p.m.
Module: wine Branch: master Commit: f5320ad4a8b89d70ee4756ac7d05cf23026c7f0e URL: http://source.winehq.org/git/wine.git/?a=commit;h=f5320ad4a8b89d70ee4756ac7d... Author: Felix Janda <felix.janda(a)posteo.de> Date: Sat Aug 23 17:01:29 2014 +0200 server: Include <sys/types.h> for mode_t. --- 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;
4223
Age (days ago)
4223
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard