commit | 9aab47ed2478733ec723e55e90106fc0e6c07bef | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Wed Aug 28 23:42:34 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Aug 28 23:42:34 2002 +0000 |
tree | 64487c7b88915448c3745a4f8a77f2f0813dce4f | |
parent | e765bc1a41a185b3cf3c3a49fed71e3128dc2ac7 [diff] [blame] |
MSVC compatibility fixes.
diff --git a/loader/module.c b/loader/module.c index 9f40952..854802c 100644 --- a/loader/module.c +++ b/loader/module.c
@@ -19,6 +19,7 @@ */ #include "config.h" +#include "wine/port.h" #include <assert.h> #include <fcntl.h>