From 9004a9942603308ba84dbe9c8c87d742025ea67b Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 4 Feb 2004 09:52:42 +0000 Subject: [PATCH 1/1] include memory.h --- lib/h.263/dct.c | 2 ++ 1 file changed, 2 insertions(+) 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, -- 1.7.10.4