pkgsrc/multimedia/mpeg-lib/patches/patch-ag
2004-06-26 18:27:23 +00:00

16 lines
406 B
Text

$NetBSD: patch-ag,v 1.1 2004/06/26 18:27:23 grant Exp $
--- fs4.c.orig Fri Jul 23 23:59:24 1999
+++ fs4.c Mon Sep 15 22:49:49 2003
@@ -21,10 +21,10 @@
/* This file contains C code to do YCrCb -> colormap space. */
#include <config.h>
-#include <malloc.h>
#include <memory.h>
#include "fs4.h"
#include "video.h"
+#include <stdlib.h>
#include "proto.h"
#include "dither.h"
#include "my_dmalloc.h"