diff src/thumb_standard.c @ 507:135570a8bd96

Move debug macros from main.h to new debug.h. Make debug_level static to debug.c and add utility functions to manipulate it. Add #include "debug.h" where needed.
author zas_
date Thu, 24 Apr 2008 08:53:39 +0000
parents fc9c8a3e1a8b
children 732f72201fc7
line wrap: on
line diff
--- a/src/thumb_standard.c	Thu Apr 24 00:15:03 2008 +0000
+++ b/src/thumb_standard.c	Thu Apr 24 08:53:39 2008 +0000
@@ -15,6 +15,7 @@
 #include "thumb_standard.h"
 
 #include "cache.h"	/* for cache_ensure_dir_exists */
+#include "debug.h"
 #include "image-load.h"
 #include "md5-util.h"
 #include "pixbuf_util.h"