comparison loader/elfdll.c @ 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 7cfc461fa31f
children b70f5ac9c001
comparison
equal deleted inserted replaced
25772:cb331cd820d4 25773:dfeedb0580f0
16 #include "wine/module.h" 16 #include "wine/module.h"
17 #include "wine/heap.h" 17 #include "wine/heap.h"
18 #include "wine/elfdll.h" 18 #include "wine/elfdll.h"
19 #include "wine/debugtools.h" 19 #include "wine/debugtools.h"
20 #include "wine/winerror.h" 20 #include "wine/winerror.h"
21 #include "debug.h"
21 22
22 //DEFAULT_DEBUG_CHANNEL(elfdll) 23 //DEFAULT_DEBUG_CHANNEL(elfdll)
23 24
24 #include <stdio.h> 25 #include <stdio.h>
25 #include <stdlib.h> 26 #include <stdlib.h>