--- psiconv/trunk/program/psiconv/magick-aux.h 2002/01/22 21:22:55 138 +++ psiconv/trunk/program/psiconv/magick-aux.h 2004/04/29 22:05:23 252 @@ -1,6 +1,6 @@ /* magick-aux.h - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 2000 Frodo Looijaard + Copyright (c) 2000-2004 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 @@ -21,8 +21,18 @@ #if IMAGEMAGICK +#if IMAGEMAGICK_OLD + #include extern const MagickInfo * GetMagickFileList(void); +#else + +#include +#include +#include + +#endif /* IMAGEMAGICK_OLD */ + #endif /* IMAGEMAGICK */