summaryrefslogtreecommitdiffstats
path: root/loader/elfdll.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-08 22:26:14 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-08 22:26:14 +0000
commit031c6bf512614d3097ecd17c30eb9c2022804a9a (patch)
tree3d29a9dd51356ebefb788c74f7b9fd5eea94d26c /loader/elfdll.c
parentfeb1135edaf1bea9b3708d17f4772baa451d6212 (diff)
downloadmpv-031c6bf512614d3097ecd17c30eb9c2022804a9a.tar.bz2
mpv-031c6bf512614d3097ecd17c30eb9c2022804a9a.tar.xz
changes merged back from avifile cvs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2140 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/elfdll.c')
-rw-r--r--loader/elfdll.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/loader/elfdll.c b/loader/elfdll.c
index 8b8c7656c8..b54dbce6e3 100644
--- a/loader/elfdll.c
+++ b/loader/elfdll.c
@@ -7,14 +7,7 @@
#ifdef HAVE_LIBDL
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-
#include <wine/windef.h>
-//#include <wine/global.h>
-//#include <wine/process.h>
#include <wine/module.h>
#include <wine/heap.h>
#include <wine/elfdll.h>
@@ -23,6 +16,10 @@
//DEFAULT_DEBUG_CHANNEL(elfdll)
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <ctype.h>
#include <dlfcn.h>
struct modref_list_t;