2013-09-26 17:14:40 +02:00

14 lines
299 B
Plaintext

$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"