From 28fd212fe15c240f337575a12057d3468e5ee05d Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sun, 7 Apr 2002 12:17:26 +0000 Subject: Fix compile problems with wine including the wrong header files. CVS patchset: 1695 CVS date: 2002/04/07 12:17:26 --- src/libw32dll/wine/elfdll.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/libw32dll/wine/elfdll.c') diff --git a/src/libw32dll/wine/elfdll.c b/src/libw32dll/wine/elfdll.c index 5902502ba..fd4712fcd 100644 --- a/src/libw32dll/wine/elfdll.c +++ b/src/libw32dll/wine/elfdll.c @@ -7,12 +7,12 @@ #ifdef HAVE_LIBDL -#include -#include -#include -#include -#include -#include +#include "windef.h" +#include "module.h" +#include "heap.h" +#include "elfdll.h" +#include "debugtools.h" +#include "winerror.h" //DEFAULT_DEBUG_CHANNEL(elfdll) -- cgit v1.2.3