ossp-pkg/lmtp2nntp/argz.c 1.1 -> 1.2
--- argz.c 2001/07/25 15:02:57 1.1
+++ argz.c 2001/08/23 09:12:30 1.2
@@ -24,6 +24,13 @@
#include "argz.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#if defined(HAVE_DMALLOC_H) && defined(DMALLOC)
+#include "dmalloc.h"
+#endif
+
/* Find the length of STRING, but scan at most MAXLEN characters.
If no '\0' terminator is found in that many characters, return MAXLEN. */
static size_t my_strnlen(const char *string, size_t maxlen)
|
|