server: Include <sys/types.h> for mode_t.
This commit is contained in:
parent
4f3b0c126d
commit
f5320ad4a8
|
@ -21,6 +21,8 @@
|
|||
#ifndef __WINE_SERVER_FILE_H
|
||||
#define __WINE_SERVER_FILE_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "object.h"
|
||||
|
||||
struct fd;
|
||||
|
|
Loading…
Reference in New Issue