summaryrefslogtreecommitdiff
path: root/graphics/mpeg-lib/patches/patch-ad
blob: 77dc0f6ad514b06199ec4a2a4f28091b0d7d6ff3 (plain)
1
2
3
4
5
6
7
8
9
10
$NetBSD: patch-ad,v 1.2 1998/08/07 10:40:48 agc Exp $

--- gdith.c.orig	Mon Sep 25 10:22:06 1995
+++ gdith.c	Sat Jun 20 00:33:27 1998
@@ -25,2 +25,5 @@
 #include "globals.h"		/* for global variable ditherType */
+#ifdef __NetBSD__
+#include <stdlib.h>
+#endif