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>