X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fdmalloc.h;h=59b1ffbaaa16e628108212bd8a346c534b51521a;hb=a9a2a0427e8c387265ae6cccd16d97df6585e7ff;hp=e8adc0756d3ccda0f53ceabaa46d0f6c37bcdc3a;hpb=99268f722648e84bf5c54eb685a1434e100f38a1;p=yaz-moved-to-github.git diff --git a/include/dmalloc.h b/include/dmalloc.h index e8adc07..59b1ffb 100644 --- a/include/dmalloc.h +++ b/include/dmalloc.h @@ -24,7 +24,13 @@ * 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 + #ifdef malloc #undef malloc #endif