$NetBSD: patch-dg,v 1.2 2011/07/03 20:16:00 dholland Exp $

- use modern C

--- server/util.c~	1998-04-16 18:08:50.000000000 -0400
+++ server/util.c	2008-08-31 02:25:16.000000000 -0400
@@ -35,6 +35,9 @@
 #ifdef SVR4
 #include <sys/utsname.h>
 #endif
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <signal.h>
 
 #include <X11/X.h>
