mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
16 lines
329 B
Plaintext
16 lines
329 B
Plaintext
$NetBSD: patch-ak,v 1.1 2004/06/26 18:27:23 grant Exp $
|
|
|
|
--- mono.c.orig Fri Jul 23 23:59:22 1999
|
|
+++ mono.c Mon Sep 15 22:50:16 2003
|
|
@@ -24,9 +24,9 @@
|
|
*/
|
|
|
|
#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"
|