$NetBSD$

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