Module: wine Branch: master Commit: 68ddc722ee63a9d23e6ad7fdb0801e4e550b5662 URL: http://source.winehq.org/git/wine.git/?a=commit;h=68ddc722ee63a9d23e6ad7fdb0...
Author: Gerald Pfeifer gerald@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"