--- psiconv/trunk/lib/psiconv/list.c 2002/01/28 21:04:05 141 +++ psiconv/trunk/lib/psiconv/list.c 2014/10/22 19:53:40 351 @@ -1,6 +1,6 @@ /* list.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999, 2000 Frodo Looijaard + Copyright (c) 1999-2014 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,11 +22,17 @@ #include "compat.h" #include #include +#include #include #include "general.h" #include "list.h" #include "error.h" +#ifdef DMALLOC +#include +#endif + + static int psiconv_list_resize(psiconv_list l,psiconv_u32 nr); struct psiconv_list_s {