ossp-pkg/lmtp2nntp/nntp.c 1.14 -> 1.15
--- nntp.c 2001/08/23 09:00:22 1.14
+++ nntp.c 2001/08/23 09:12:30 1.15
@@ -39,6 +39,13 @@
#include "nntp.h"
#include "str.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#if defined(HAVE_DMALLOC_H) && defined(DMALLOC)
+#include "dmalloc.h"
+#endif
+
#ifndef FALSE
#define FALSE (1 != 1)
#endif
|
|