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

Fix implicit declaration.

--- demos/programs/workspace/xrmLib.c.orig	Tue Aug 31 22:54:13 2010
+++ demos/programs/workspace/xrmLib.c	Tue Aug 31 22:54:27 2010
@@ -43,6 +43,7 @@ static char rcsid[] = "$XConsortium: xrmLib.c /main/6 
 #endif
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <Xm/Xm.h>
 #include "wsm.h"
 #include "wsmDebug.h"
