pkgsrc/multimedia/mpeg-lib/patches/patch-an

16 lines
401 B
Text
Raw Normal View History

2004-06-26 20:27:23 +02:00
$NetBSD: patch-an,v 1.1 2004/06/26 18:27:23 grant Exp $
1998-08-07 12:35:47 +02:00
--- mb_ordered.c.orig Fri Jul 23 23:53:08 1999
+++ mb_ordered.c Mon Sep 15 22:50:11 2003
@@ -21,9 +21,9 @@
/* This file contains C code to implement an ordered dither. */
#include <config.h>
-#include <malloc.h>
#include <memory.h>
#include "video.h"
+#include <stdlib.h>
#include "proto.h"
#include "dither.h"
#include "my_dmalloc.h"