blob: ce12be8142d71767ca948bf5bb0ca239ad3c5b55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ai,v 1.1 2004/06/26 18:27:23 grant 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"
|