ossp-pkg/val/val.c  1.11 -> 1.12
| | --- val.c        2002/03/13 18:35:58     1.11
+++ val.c        2002/03/13 18:41:30     1.12
@@ -39,6 +39,11 @@
 #include <stdarg.h>
 #include <string.h>
 
+/* optional memory debugging support */
+#if defined(HAVE_DMALLOC_H) && defined(WITH_DMALLOC)
+#include "dmalloc.h"
+#endif
+
 /* include own API header */
 #include "val.h"
 
 | 
 |