mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
$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"
|
|
|
|
/*
|