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

Fix implicit declaration.

--- demos/programs/workspace/wsmData.c.orig	Mon Oct 22 15:50:38 2012
+++ demos/programs/workspace/wsmData.c	Wed Oct 24 21:18:59 2012
@@ -29,6 +29,7 @@ static char rcsid[] = "$XConsortium: wsmData.c /main/6
 #endif
 #endif
 #include <stdio.h>
+#include <stdlib.h>
 #include <Xm/Xm.h>
 #include "wsm.h"
 #include "wsmDebug.h"
