ossp-pkg/lmtp2nntp/lmtp2nntp_daemon.c 1.4 -> 1.5
--- lmtp2nntp_daemon.c 2003/02/10 10:13:12 1.4
+++ lmtp2nntp_daemon.c 2003/02/12 16:16:29 1.5
@@ -36,6 +36,9 @@
#ifdef HAVE_TERMIOS_H
#include <sys/termios.h>
#endif
+#if defined(HAVE_DMALLOC_H) && defined(WITH_DMALLOC)
+#include "dmalloc.h"
+#endif
#include "lmtp2nntp_daemon.h"
|
|