mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 05:52:19 -04:00
16 lines
395 B
Plaintext
16 lines
395 B
Plaintext
$NetBSD: patch-al,v 1.1 2004/06/26 18:27:23 grant 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"
|