blob: 575d422dbafc77f3c80f08880c435c706c806bfe (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-al,v 1.2 1998/08/07 10:40:49 agc Exp $
--- ordered.c.orig Mon Sep 25 10:22:09 1995
+++ ordered.c Sat Jun 20 00:33:30 1998
@@ -26,2 +26,5 @@
#include "dither.h"
+#ifdef __NetBSD__
+#include <stdlib.h>
+#endif
|