Commit f5320ad4 authored by Felix Janda's avatar Felix Janda Committed by Alexandre Julliard

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

parent 4f3b0c12
......@@ -21,6 +21,8 @@
#ifndef __WINE_SERVER_FILE_H
#define __WINE_SERVER_FILE_H
#include <sys/types.h>
#include "object.h"
struct fd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment