summaryrefslogtreecommitdiff
blob: aa2aca4fdf5a4912827317f8648df82fd1f16e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
taken from sabotage linux
--- wine-1.5.19/server/file.h	2012-12-07 19:17:32.000000000 +0000
+++ wine-1.5.19.patched/server/file.h	2012-12-19 03:29:07.092000002 +0000
@@ -22,7 +22,7 @@
 #define __WINE_SERVER_FILE_H
 
 #include "object.h"
-
+#include <fcntl.h>
 struct fd;
 struct mapping;
 struct async_queue;