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

- use modern C

--- server/client.c~	1997-10-21 15:53:24.000000000 -0400
+++ server/client.c	2008-08-31 00:29:25.000000000 -0400
@@ -32,7 +32,9 @@
 #ifdef _AIX
 #include <sys/select.h>
 #endif
+#include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <X11/X.h>
 #include "xmx.h"
 #include "res.h"
