changeset 25773:dfeedb0580f0

Add missing #include, fixes the warning: elfdll.c:106: warning: implicit declaration of function 'TRACE'
author diego
date Sat, 19 Jan 2008 15:04:33 +0000
parents cb331cd820d4
children ebd1ab1c5357
files loader/elfdll.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)