$OpenBSD: patch-src_rmd_make_dummy_pointer_c,v 1.1 2009/04/14 18:43:39 jasper Exp $

Include missing header to prevent 64-bit issues.

--- src/rmd_make_dummy_pointer.c.orig	Tue Apr 14 20:03:26 2009
+++ src/rmd_make_dummy_pointer.c	Tue Apr 14 20:03:37 2009
@@ -32,6 +32,7 @@
 
 #include <X11/Xlib.h>
 
+#include <stdlib.h>
 
 unsigned char *MakeDummyPointer(Display *display,
                                 DisplaySpecs *specs,
