2013-09-26 17:14:40 +02:00

16 lines
393 B
Plaintext

$NetBSD: patch-ah,v 1.1 2004/06/26 18:27:23 grant Exp $
--- hybrid.c.orig Fri Jul 23 23:50:51 1999
+++ 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>
#include <memory.h>
#include "video.h"
+#include <stdlib.h>
#include "proto.h"
#include "dither.h"
#include "my_dmalloc.h"