use ob_debug for any debug printing and only display the output when its a debug...
[mikachu/openbox.git] / openbox / debug.h
index 695e968..0e7ed10 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __ob__debug_h
 #define __ob__debug_h
 
+#include <glib.h>
+
 void ob_debug_show_output(gboolean enable);
 
 void ob_debug(char *a, ...);