From: kramm Date: Wed, 4 Feb 2004 09:52:42 +0000 (+0000) Subject: include memory.h X-Git-Tag: release-0-5-0~39 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=9004a9942603308ba84dbe9c8c87d742025ea67b include memory.h --- diff --git a/lib/h.263/dct.c b/lib/h.263/dct.c index 823d359..de3eafa 100644 --- a/lib/h.263/dct.c +++ b/lib/h.263/dct.c @@ -18,6 +18,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include + int zigzagtable[64] = { 0, 1, 5, 6, 14, 15, 27, 28, 2, 4, 7, 13, 16, 26, 29, 42,