ossp-pkg/lmtp2nntp/shpat_match.c 1.2 -> 1.3
--- shpat_match.c 2001/08/12 13:49:51 1.2
+++ shpat_match.c 2001/08/23 09:12:30 1.3
@@ -49,6 +49,13 @@
#include <string.h>
#include <stdio.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#if defined(HAVE_DMALLOC_H) && defined(DMALLOC)
+#include "dmalloc.h"
+#endif
+
#include "shpat_match.h"
#define EOS '\0'
|
|