[MPlayer-cvslog] r25801 - trunk/loader/elfdll.c
diego
subversion at mplayerhq.hu
Sat Jan 19 16:04:33 CET 2008
Author: diego
Date: Sat Jan 19 16:04:33 2008
New Revision: 25801
Log:
Add missing #include, fixes the warning:
elfdll.c:106: warning: implicit declaration of function 'TRACE'
Modified:
trunk/loader/elfdll.c
Modified: trunk/loader/elfdll.c
==============================================================================
--- trunk/loader/elfdll.c (original)
+++ trunk/loader/elfdll.c Sat Jan 19 16:04:33 2008
@@ -18,6 +18,7 @@
#include "wine/elfdll.h"
#include "wine/debugtools.h"
#include "wine/winerror.h"
+#include "debug.h"
//DEFAULT_DEBUG_CHANNEL(elfdll)
More information about the MPlayer-cvslog
mailing list