$NetBSD: patch-aa,v 1.1.1.1 2008/11/08 15:18:50 gschwarz Exp $

--- glance.c.orig	2004-07-29 16:09:41.000000000 +0200
+++ glance.c	2008-11-08 13:24:50.000000000 +0100
@@ -1,9 +1,11 @@
 #include <stdio.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <time.h>
+#include <stdlib.h> /* for exit() */
 
 
 int main(int argc, char **argv)
