dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d0394a
)
Add the dmalloc header if DMALLOC is set.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 2 Dec 2001 14:01:47 +0000
(14:01 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 2 Dec 2001 14:01:47 +0000
(14:01 +0000)
gedcom.h
patch
|
blob
|
history
diff --git
a/gedcom.h
b/gedcom.h
index 487a918ab09f16298e5b70f500f049460a2fb763..995af0cc00e98f62b6ea5c4544e7cf63ea046b14 100644
(file)
--- a/
gedcom.h
+++ b/
gedcom.h
@@
-17,6
+17,9
@@
#include <stdio.h>
#include <string.h>
#include <errno.h>
+#ifdef DMALLOC
+#include <dmalloc.h>
+#endif
#define MAXGEDCLEVEL 99
#define MAXGEDCLINELEN 255