16 lines
420 B
Text
16 lines
420 B
Text
$NetBSD: patch-ae,v 1.1 2004/06/26 18:27:23 grant Exp $
|
|
|
|
--- fs2.c.orig Fri Jul 23 23:40:17 1999
|
|
+++ fs2.c Mon Sep 15 22:49:38 2003
|
|
@@ -19,10 +19,10 @@
|
|
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|
*/
|
|
#include <config.h>
|
|
-#include <malloc.h>
|
|
#include <memory.h>
|
|
#include "video.h"
|
|
#include "dither.h"
|
|
+#include <stdlib.h>
|
|
#include "fs2.h"
|
|
#include "proto.h"
|
|
#include "my_dmalloc.h"
|