ossp-pkg/lmtp2nntp/msg.c 1.8 -> 1.9
--- msg.c 2001/08/23 08:36:53 1.8
+++ msg.c 2001/08/23 09:12:30 1.9
@@ -5,6 +5,13 @@
#include "argz.h"
#include <stdio.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#if defined(HAVE_DMALLOC_H) && defined(DMALLOC)
+#include "dmalloc.h"
+#endif
+
msg_t *msg_create(void)
{
msg_t *msg;
|
|