From 8bde6dfbfde77d5d7574b1c58ef6d0916cb21cbc Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 19 Jan 2008 15:04:33 +0000 Subject: Add missing #include, fixes the warning: elfdll.c:106: warning: implicit declaration of function 'TRACE' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25801 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/elfdll.c | 1 + 1 file changed, 1 insertion(+) (limited to 'loader/elfdll.c') diff --git a/loader/elfdll.c b/loader/elfdll.c index 55c024f0df..243cc854cc 100644 --- a/loader/elfdll.c +++ b/loader/elfdll.c @@ -18,6 +18,7 @@ #include "wine/elfdll.h" #include "wine/debugtools.h" #include "wine/winerror.h" +#include "debug.h" //DEFAULT_DEBUG_CHANNEL(elfdll) -- cgit v1.2.3