From: Peter Verthez Date: Sun, 9 Dec 2001 09:38:51 +0000 (+0000) Subject: Include gedcom_internal.h too (for dmalloc debugging). X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=7b5029a086d345495853f29247752d159d71283d;hp=d951baf97ccffe925d519e8244c70b7f9016b415;p=gedcom-parse.git Include gedcom_internal.h too (for dmalloc debugging). --- diff --git a/interface.c b/interface.c index 015c802..c4db84b 100644 --- a/interface.c +++ b/interface.c @@ -10,6 +10,7 @@ /* $Id$ */ /* $Name$ */ +#include "gedcom_internal.h" #include "interface.h" static Gedcom_rec_start_cb record_start_callback [LAST_REC] = { NULL };