14 lines
376 B
Text
14 lines
376 B
Text
$NetBSD: patch-ad,v 1.2 2006/08/18 14:52:02 minskim Exp $
|
|
|
|
--- geog.c.orig 1996-10-23 21:05:28.000000000 +0000
|
|
+++ geog.c
|
|
@@ -7,7 +7,8 @@
|
|
|
|
#include <stdio.h>
|
|
#include <sys/types.h> /* for NBBY */
|
|
-#include <alloca.h>
|
|
+#include <sys/param.h> /* for NBBY on Linux */
|
|
+#include <stdlib.h>
|
|
#include <assert.h>
|
|
#include <string.h> /* for strchr() */
|
|
#include "gb_graph.h"
|