$OpenBSD: patch-src_rmd_jack_c,v 1.3 2009/04/28 21:02:03 jasper Exp $

Fix potential 64-bit issue due to missing header.

--- src/rmd_jack.c.orig	Tue Apr 28 23:00:12 2009
+++ src/rmd_jack.c	Tue Apr 28 23:00:31 2009
@@ -31,6 +31,7 @@
 
 #include <pthread.h>
 
+#include <stdlib.h>
 #include <string.h>
 
 #ifdef HAVE_LIBJACK
