ossp-pkg/lmtp2nntp/lmtp2nntp_l2.c 1.7 -> 1.8
--- lmtp2nntp_l2.c 2003/02/11 13:40:57 1.7
+++ lmtp2nntp_l2.c 2003/02/12 16:16:29 1.8
@@ -28,6 +28,12 @@
#include <stdarg.h>
#include <stdlib.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#if defined(HAVE_DMALLOC_H) && defined(WITH_DMALLOC)
+#include "dmalloc.h"
+#endif
#include "lmtp2nntp_common.h"
/* declare private channel configuration */
|
|