$OpenBSD: patch-src_rmd_capture_sound_c,v 1.1 2009/04/14 18:43:39 jasper Exp $

Include missing header to prevent 64-bit issues.

--- src/rmd_capture_sound.c.orig	Tue Apr 14 20:02:35 2009
+++ src/rmd_capture_sound.c	Tue Apr 14 20:02:45 2009
@@ -33,6 +33,7 @@
 
 #include <pthread.h>
 #include <string.h>
+#include <stdlib.h>
 #include <errno.h>
 
 
