blob: eeb84b078bddc1f3cc2b28dc2fccce14de3d90d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$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"
|