2004-06-26 20:27:23 +02:00
|
|
|
$NetBSD: patch-ah,v 1.1 2004/06/26 18:27:23 grant Exp $
|
1998-08-07 12:35:47 +02:00
|
|
|
|
2001-08-02 15:28:44 +02:00
|
|
|
--- hybrid.c.orig Fri Jul 23 23:50:51 1999
|
2003-10-04 17:54:39 +02:00
|
|
|
+++ hybrid.c Mon Sep 15 22:50:01 2003
|
|
|
|
@@ -21,9 +21,9 @@
|
|
|
|
/* This file contains C code to implement an ordered dither. */
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
-#include <malloc.h>
|
2001-08-02 15:28:44 +02:00
|
|
|
#include <memory.h>
|
|
|
|
#include "video.h"
|
1998-06-27 01:05:23 +02:00
|
|
|
+#include <stdlib.h>
|
2001-08-02 15:28:44 +02:00
|
|
|
#include "proto.h"
|
|
|
|
#include "dither.h"
|
|
|
|
#include "my_dmalloc.h"
|