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

- use modern C

--- server/prop.c~	1998-04-08 15:22:15.000000000 -0400
+++ server/prop.c	2008-08-31 01:40:05.000000000 -0400
@@ -25,6 +25,9 @@
 *   prop.c								*
 *									*
 ************************************************************************/
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <X11/X.h>
 #define NEED_EVENTS
 #include <X11/Xproto.h>
