blob: a83ffa919c23f187f32a900cf9b40e4ff127976b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1 2006/05/05 23:52:36 minskim Exp $
--- ts.c.orig 1996-10-23 21:05:29.000000000 +0000
+++ ts.c
@@ -9,7 +9,7 @@
#include <stdio.h>
#include <sys/types.h> /* for NBBY */
-#include <alloca.h>
+#include <stdlib.h>
#include "gb_graph.h"
#include <math.h>
#include "geog.h"
|