summaryrefslogtreecommitdiffstats
path: root/loader/elfdll.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/elfdll.c')
-rw-r--r--loader/elfdll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/elfdll.c b/loader/elfdll.c
index 840868c6b7..8b8c7656c8 100644
--- a/loader/elfdll.c
+++ b/loader/elfdll.c
@@ -7,10 +7,10 @@
#ifdef HAVE_LIBDL
-#include <string.h>
-#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
+#include <ctype.h>
#include <wine/windef.h>
//#include <wine/global.h>