Gerald Pfeifer : ntdll: #include <sys/types.h> to get dev_t.

Alexandre Julliard julliard at winehq.org
Mon Oct 22 09:55:24 CDT 2007


Module: wine
Branch: master
Commit: 68ddc722ee63a9d23e6ad7fdb0801e4e550b5662
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=68ddc722ee63a9d23e6ad7fdb0801e4e550b5662

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Sat Oct 20 16:56:44 2007 +0200

ntdll: #include <sys/types.h> to get dev_t.

---

 dlls/ntdll/ntdll_misc.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/ntdll/ntdll_misc.h b/dlls/ntdll/ntdll_misc.h
index 4f64421..fa08491 100644
--- a/dlls/ntdll/ntdll_misc.h
+++ b/dlls/ntdll/ntdll_misc.h
@@ -21,6 +21,7 @@
 
 #include <stdarg.h>
 #include <signal.h>
+#include <sys/types.h>
 
 #include "windef.h"
 #include "winnt.h"




More information about the wine-cvs mailing list