summaryrefslogtreecommitdiff
path: root/package/sane-backends/patches/patch-backend_pixma_common_h
blob: 822cc888eb96f01c11b907a56782fd1a071316aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- sane-backends-1.0.20.orig/backend/pixma_common.h	2009-02-05 15:36:36.000000000 +0100
+++ sane-backends-1.0.20/backend/pixma_common.h	2009-05-11 21:00:58.000000000 +0200
@@ -220,8 +220,8 @@ void pixma_hexdump (int level, const voi
 void pixma_dump (int level, const char *type, const void *data, int len,
 		 int size, int max);
 #  define DEBUG_DECLARE_ONLY
-#  include "../include/sane/sanei_debug.h"
 #endif /* NDEBUG */
 /** @} end of group debug */
+#  include "../include/sane/sanei_debug.h"
 
 #endif