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

- use modern C

--- server/inp.c~	1998-05-04 15:09:44.000000000 -0400
+++ server/inp.c	2008-08-31 01:35:30.000000000 -0400
@@ -45,6 +45,8 @@
 ************************************************************************/
 #define NEED_REPLIES
 #define NEED_EVENTS
+#include <stdlib.h>
+#include <string.h>
 #include <X11/Xproto.h>
 #include <X11/X.h>
 #include <xmc.h>
