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/loader/elf.c b/loader/elf.c index c93d418..378a7fe 100644 --- a/loader/elf.c +++ b/loader/elf.c
@@ -9,6 +9,7 @@ * IDEA(s): could be used to split up shell32,comctl32... */ +#include "config.h" #include "wine/port.h" #include <assert.h>