ossp-pkg/lmtp2nntp/lmtp2nntp_exwrap.c 1.4 -> 1.5
--- lmtp2nntp_exwrap.c 2003/02/12 16:15:13 1.4
+++ lmtp2nntp_exwrap.c 2003/02/12 16:16:29 1.5
@@ -28,6 +28,12 @@
#include <string.h>
#include <stdlib.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#if defined(HAVE_DMALLOC_H) && defined(WITH_DMALLOC)
+#include "dmalloc.h"
+#endif
/* own headers */
#include "lmtp2nntp_global.h"
|
|