ossp-pkg/lmtp2nntp/sa.c 1.3 -> 1.4
--- sa.c 2001/08/20 11:28:29 1.3
+++ sa.c 2001/08/23 09:12:30 1.4
@@ -42,7 +42,13 @@
#include <sys/socket.h>
#include <arpa/inet.h>
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
+#if defined(HAVE_DMALLOC_H) && defined(DMALLOC)
+#include "dmalloc.h"
+#endif
+
#include "sa.h"
#if !defined(AF_LOCAL) && defined(AF_UNIX)
|
|