Added access macros
[yaz-moved-to-github.git] / include / dmalloc.h
index e8adc07..59b1ffb 100644 (file)
  * OF THIS SOFTWARE.
  *
  * $Log: dmalloc.h,v $
- * Revision 1.2  1995-05-16 08:50:30  quinn
+ * Revision 1.4  1995-09-29 17:12:02  quinn
+ * Smallish
+ *
+ * Revision 1.3  1995/09/27  15:02:47  quinn
+ * Modified function heads & prototypes.
+ *
+ * Revision 1.2  1995/05/16  08:50:30  quinn
  * License, documentation, and memory fixes
  *
  * Revision 1.1  1995/03/30  09:39:40  quinn
@@ -42,6 +48,8 @@
 
 #ifdef DEBUG_MALLOC
 
+#include <yconfig.h>
+
 #ifdef malloc
 #undef malloc
 #endif