ossp-pkg/lmtp2nntp/trace.c 1.2 -> 1.3
--- trace.c 2001/08/20 11:28:30 1.2
+++ trace.c 2001/08/23 09:12:30 1.3
@@ -2,6 +2,13 @@
#include <errno.h>
#include <limits.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#if defined(HAVE_DMALLOC_H) && defined(DMALLOC)
+#include "dmalloc.h"
+#endif
+
#include "trace.h"
#ifndef _POSIX_PATH_MAX
|
|