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

- use modern C

--- server/cliz.c~	1998-04-29 17:24:15.000000000 -0400
+++ server/cliz.c	2008-08-31 00:29:55.000000000 -0400
@@ -37,6 +37,7 @@
 #include <netinet/in_systm.h>	/* ...and this */
 #include <netinet/ip.h>		/* for IP_MAXPACKET */
 #include <stdlib.h>
+#include <string.h>
 #include <X11/X.h>
 #include <X11/Xatom.h>
 #define NEED_REPLIES
