From: Peter Verthez Date: Sun, 2 Dec 2001 14:01:47 +0000 (+0000) Subject: Add the dmalloc header if DMALLOC is set. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=f9b06b95eb141eca5d4e9c4e1f298dfc356adf22;p=gedcom-parse.git Add the dmalloc header if DMALLOC is set. --- diff --git a/gedcom.h b/gedcom.h index 487a918..995af0c 100644 --- a/gedcom.h +++ b/gedcom.h @@ -17,6 +17,9 @@ #include #include #include +#ifdef DMALLOC +#include +#endif #define MAXGEDCLEVEL 99 #define MAXGEDCLINELEN 255