ossp-pkg/lmtp2nntp/lmtp2nntp.h 1.1 -> 1.2
--- lmtp2nntp.h 2001/09/07 13:53:16 1.1
+++ lmtp2nntp.h 2001/09/07 15:02:08 1.2
@@ -27,6 +27,13 @@
#ifndef __LMTP2NNTP_H__
#define __LMTP2NNTP_H__
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#if defined(HAVE_DMALLOC_H) && defined(DMALLOC)
+#include "dmalloc.h"
+#endif
+
#define log0(ctx,level,msg) \
l2_stream_log((ctx)->l2, L2_LEVEL_##level, "%P: " msg)
#define log1(ctx,level,msg,a1) \
|
|