diff 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
line wrap: on
line diff
--- a/loader/driver.c	Sun Nov 26 18:27:42 2006 +0000
+++ b/loader/driver.c	Sun Nov 26 18:33:41 2006 +0000
@@ -5,6 +5,7 @@
  */
 
 #include "config.h"
+#include "debug.h"
 
 #include <stdio.h>
 #ifdef HAVE_MALLOC_H