$OpenBSD: patch-demos_unsupported_xmform_xmform_c,v 1.1 2010/08/31 21:04:06 jasper Exp $

Fix implicit declaration.

--- demos/unsupported/xmform/xmform.c.orig	Tue Aug 31 22:54:54 2010
+++ demos/unsupported/xmform/xmform.c	Tue Aug 31 22:55:09 2010
@@ -63,6 +63,7 @@ xmform*topShadowColor:           white
 xmform*bottomShadowColor:        black
 ***-------------------------------------------------------------------*/
 
+#include <stdlib.h>
 #include <Xm/Xm.h>
 #include <Xm/Form.h>
 #include <Xm/PushB.h>
