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
This commit is contained in:
diego 2008-01-19 15:04:33 +00:00
parent eb6b6698a1
commit 8bde6dfbfd
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include "wine/elfdll.h"
#include "wine/debugtools.h"
#include "wine/winerror.h"
#include "debug.h"
//DEFAULT_DEBUG_CHANNEL(elfdll)