blob: b062d62eb9b58254ba9e8a72681f1a4124e5561e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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"
|