ossp-pkg/lmtp2nntp/lmtp2nntp.c 1.26 -> 1.27
--- lmtp2nntp.c 2001/08/23 08:36:53 1.26
+++ lmtp2nntp.c 2001/08/23 09:12:30 1.27
@@ -23,6 +23,12 @@
#include "shpat_match.h"
/* own headers */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#if defined(HAVE_DMALLOC_H) && defined(DMALLOC)
+#include "dmalloc.h"
+#endif
#include "lmtp.h"
#include "nntp.h"
#include "sa.h"
|
|