blob: fea118f46f54206c66b93ce7685548dd3aeb2959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ac,v 1.1 2004/06/26 18:27:23 grant Exp $
--- 24bit.c.orig Fri Jul 23 23:59:25 1999
+++ 24bit.c Mon Sep 15 22:49:14 2003
@@ -30,7 +30,8 @@
#include "dither.h"
#include "proto.h"
#include <time.h>
-#include <malloc.h>
+#include <stdlib.h>
+
#include "my_dmalloc.h"
/*
|