mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
$NetBSD: patch-af,v 1.1 2004/06/26 18:27:23 grant Exp $
|
|
|
|
--- fs2fast.c.orig Fri Jul 23 23:59:24 1999
|
|
+++ fs2fast.c Mon Sep 15 22:49:44 2003
|
|
@@ -19,9 +19,9 @@
|
|
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|
*/
|
|
#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"
|