comparison loader/driver.c @ 21261:a2e02e6b6379

Rename config.h --> debug.h and include config.h explicitly.
author diego
date Sun, 26 Nov 2006 18:33:41 +0000
parents 0783dd397f74
children c45f009ce3a7
comparison
equal deleted inserted replaced
21260:cc732ceece60 21261:a2e02e6b6379
3 * http://svn.mplayerhq.hu/mplayer/trunk/ 3 * http://svn.mplayerhq.hu/mplayer/trunk/
4 * $Id$ 4 * $Id$
5 */ 5 */
6 6
7 #include "config.h" 7 #include "config.h"
8 #include "debug.h"
8 9
9 #include <stdio.h> 10 #include <stdio.h>
10 #ifdef HAVE_MALLOC_H 11 #ifdef HAVE_MALLOC_H
11 #include <malloc.h> 12 #include <malloc.h>
12 #endif 13 #endif