# HG changeset patch # User diego # Date 1200755073 0 # Node ID dfeedb0580f031f0ba9b4b52450d8ba773a62bad # Parent cb331cd820d4eaa847c14ad90ddba63741759b7e Add missing #include, fixes the warning: elfdll.c:106: warning: implicit declaration of function 'TRACE' diff -r cb331cd820d4 -r dfeedb0580f0 loader/elfdll.c --- a/loader/elfdll.c Sat Jan 19 14:43:58 2008 +0000 +++ b/loader/elfdll.c Sat Jan 19 15:04:33 2008 +0000 @@ -18,6 +18,7 @@ #include "wine/elfdll.h" #include "wine/debugtools.h" #include "wine/winerror.h" +#include "debug.h" //DEFAULT_DEBUG_CHANNEL(elfdll)