blob: 0bbeae2cfbb3e3070af1f562291f45e551c48c41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ai,v 1.4 2003/10/04 15:54:39 danw Exp $
--- hybriderr.c.orig Sat Jul 31 20:05:24 1999
+++ hybriderr.c Mon Sep 15 22:50:05 2003
@@ -24,8 +24,8 @@
#include <config.h>
#include <memory.h>
-#include <malloc.h>
#include "video.h"
+#include <stdlib.h>
#include "proto.h"
#include "dither.h"
#include "my_dmalloc.h"
|