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

- use modern C

--- server/image.c~	1998-05-07 16:30:37.000000000 -0400
+++ server/image.c	2008-08-31 01:34:39.000000000 -0400
@@ -52,6 +52,7 @@
 ************************************************************************/
 #define NEED_REPLIES
 #define NEED_EVENTS
+#include <stdlib.h>
 #include <X11/X.h>
 #include <X11/Xproto.h>
 #include "xmx.h"
