$OpenBSD: patch-demos_programs_workspace_xrmLib_c,v 1.2 2012/10/28 11:05:45 sthen Exp $

Fix implicit declaration.

--- demos/programs/workspace/xrmLib.c.orig	Mon Oct 22 15:50:38 2012
+++ demos/programs/workspace/xrmLib.c	Wed Oct 24 21:18:59 2012
@@ -30,6 +30,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"
