mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
17 lines
406 B
Plaintext
17 lines
406 B
Plaintext
$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"
|