commit | 1425941e290a89c3e82e8db01b9d8a615e780500 | [log] [tgz] |
---|---|---|
author | François Gouget <fgouget@codeweavers.com> | Tue Nov 06 20:57:11 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 06 20:57:11 2001 +0000 |
tree | 22ebb187a87727217a3e4ce6e5fcbcd3cadede73 | |
parent | 2663b80f167f1f7b0192f18b9c9a18d210d4af38 [diff] [blame] |
Fix the #include order for config.h. Add #include "config.h" directives where needed.
diff --git a/memory/global.c b/memory/global.c index d2f54cb..23ebf29 100644 --- a/memory/global.c +++ b/memory/global.c
@@ -5,6 +5,7 @@ */ /* 0xffff sometimes seems to mean: CURRENT_DS */ +#include "config.h" #include "wine/port.h" #include <sys/types.h>