summaryrefslogtreecommitdiffstats
path: root/loader/elfdll.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/elfdll.c')
-rw-r--r--loader/elfdll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/elfdll.c b/loader/elfdll.c
index e4a0190f89..fe88227240 100644
--- a/loader/elfdll.c
+++ b/loader/elfdll.c
@@ -18,6 +18,7 @@
#include "wine/debugtools.h"
#include "wine/winerror.h"
#include "debug.h"
+#include "codecpath.h"
//DEFAULT_DEBUG_CHANNEL(elfdll)
@@ -38,7 +39,6 @@ void dump_exports(HMODULE hModule);
/*---------------- END HACKS ---------------*/
//char *extra_ld_library_path = "/usr/lib/win32";
-extern char* def_path;
struct elfdll_image
{