81774dcb8e
options.
13 lines
299 B
Text
13 lines
299 B
Text
$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"
|