diff src/libSAD/dither.c @ 4757:bb0638143fc8

move libSAD's DEBUG_MSG out of global scope, as it breaks timidity and possible something else
author Andrew O. Shadoura <bugzilla@tut.by>
date Thu, 07 Aug 2008 12:29:24 +0300
parents b0ca963fd965
children
line wrap: on
line diff
--- a/src/libSAD/dither.c	Thu Aug 07 03:54:15 2008 +0300
+++ b/src/libSAD/dither.c	Thu Aug 07 12:29:24 2008 +0300
@@ -25,6 +25,8 @@
 #include "dither_ops.h"
 #include "noicegen.h"
 
+#include "debug.h"
+
 #include <assert.h>
 #include <math.h>