diff src/main.h @ 671:8268cbe682f1

Include debug.h from main.h since debug macros may be used anywhere in the code.
author zas_
date Fri, 16 May 2008 10:02:56 +0000
parents e06947d07086
children c0dda0ffb931
line wrap: on
line diff
--- a/src/main.h	Fri May 16 09:10:56 2008 +0000
+++ b/src/main.h	Fri May 16 10:02:56 2008 +0000
@@ -26,6 +26,7 @@
 
 #include "intl.h"
 
+
 /*
  *-------------------------------------
  * Standard library includes
@@ -112,6 +113,7 @@
 				"%formatted.Camera:40%|%formatted.Flash%"
 
 #include "typedefs.h"
+#include "debug.h"
 #include "options.h"
 
 /*