server: Include <sys/types.h> for mode_t.

This commit is contained in:
Felix Janda 2014-08-23 17:01:29 +02:00 committed by Alexandre Julliard
parent 4f3b0c126d
commit f5320ad4a8
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#ifndef __WINE_SERVER_FILE_H
#define __WINE_SERVER_FILE_H
#include <sys/types.h>
#include "object.h"
struct fd;