$NetBSD: patch-cg,v 1.2 2011/07/03 20:15:59 dholland Exp $

- use modern C

--- server/main.c~	1998-04-23 16:47:51.000000000 -0400
+++ server/main.c	2008-08-31 01:37:16.000000000 -0400
@@ -28,6 +28,8 @@
 *									*
 ************************************************************************/
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/resource.h>
