blob: 5d5d950c4e715c21794f6de0966edf55d25ffa53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aj,v 1.1 1999/11/22 11:11:33 agc Exp $
--- lib/buildmap.c Thu Feb 27 18:17:01 1992
+++ lib/buildmap.c Sat Sep 16 12:11:12 1995
@@ -26,6 +26,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include "rle.h"
#include <math.h>
|