mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
299 B
Plaintext
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"
|