ossp-pkg/str/str_p.h 1.16 -> 1.17
--- str_p.h 2001/08/16 13:21:22 1.16
+++ str_p.h 2001/09/11 10:40:56 1.17
@@ -38,6 +38,10 @@
#include "str_pcre.h"
+#if defined(HAVE_DMALLOC_H) && defined(WITH_DMALLOC)
+#include "dmalloc.h"
+#endif
+
/* explicit support for unsigned char based ctype stuff */
#define str_isalpha(c) (isalpha(((unsigned char)(c))))
#define str_isdigit(c) (isdigit(((unsigned char)(c))))
|
|