aboutsummaryrefslogtreecommitdiffstats
path: root/mail2.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mail2.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/mail2.c b/mail2.c
index 090bb27..4de52ad 100644
--- a/mail2.c
+++ b/mail2.c
@@ -1,4 +1,4 @@
-/* $Id: mail2.c,v 1.11 2004/01/29 04:40:02 reinelt Exp $
+/* $Id: mail2.c,v 1.12 2004/01/30 20:57:56 reinelt Exp $
*
* mail: pop3, imap, news functions
*
@@ -22,6 +22,10 @@
*
*
* $Log: mail2.c,v $
+ * Revision 1.12 2004/01/30 20:57:56 reinelt
+ * HD44780 patch from Martin Hejl
+ * dmalloc integrated
+ *
* Revision 1.11 2004/01/29 04:40:02 reinelt
* every .c file includes "config.h" now
*
@@ -76,6 +80,10 @@
#include "cfg.h"
#include "socket.h"
+#ifdef WITH_DMALLOC
+#include <dmalloc.h>
+#endif
+
#define PROTO_UNKNOWN -1
#define PROTO_POP3 110
#define PROTO_NNTP 119