summaryrefslogtreecommitdiff
path: root/graphics/mpeg-lib/patches/patch-af
blob: 25b528064ce19e5c2ec1a9135db2aad7a737f9ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-af,v 1.3 2001/08/02 13:28:46 jlam Exp $

--- fs2fast.c.orig	Fri Jul 23 23:59:24 1999
+++ fs2fast.c
@@ -22,6 +22,9 @@
 #include <malloc.h>
 #include <memory.h>
 #include "video.h"
+#ifdef __NetBSD__
+#include <stdlib.h>
+#endif
 #include "proto.h"
 #include "dither.h"
 #include "my_dmalloc.h"