summaryrefslogtreecommitdiff
path: root/graphics/mpeg-lib/patches/patch-al
blob: a1da9c1fd7ea6621e698d85e4e17b1f6b41ac82f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-al,v 1.4 2003/10/04 15:54:39 danw Exp $

--- ordered.c.orig	Fri Jul 23 23:53:40 1999
+++ ordered.c	Mon Sep 15 22:50:21 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"