disabled debugging unless specifically enabled
authorJeffrey Stedfast <fejj@src.gnome.org>
Wed, 19 Jan 2005 16:34:19 +0000 (16:34 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Wed, 19 Jan 2005 16:34:19 +0000 (16:34 +0000)
camel/providers/imap4/camel-imap4-command.c
camel/providers/imap4/camel-imap4-stream.c

index 438abd2..2e19391 100644 (file)
@@ -29,6 +29,7 @@
 #include <camel/camel-stream-null.h>
 #include <camel/camel-stream-filter.h>
 #include <camel/camel-mime-filter-crlf.h>
+#include <camel/camel-debug.h>
 #include <camel/camel-i18n.h>
 
 #include "camel-imap4-stream.h"
index 696f667..baefd38 100644 (file)
@@ -28,6 +28,8 @@
 #include <errno.h>
 #include <ctype.h>
 
+#include <camel/camel-debug.h>
+
 #include "camel-imap4-specials.h"
 
 #include "camel-imap4-stream.h"