shithub: libsamplerate

Download patch

ref: 83bf6e948b4123039c3a05a3695743677508ce12
parent: 63de5c1c34ad87a64274eef5f523aea1b96f2a75
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Sat Mar 8 09:20:42 EST 2008

tests/throughput_test.c : Include <unistd.h> for sleep function.

--- a/tests/throughput_test.c
+++ b/tests/throughput_test.c
@@ -21,6 +21,7 @@
 #include <string.h>
 #include <math.h>
 #include <time.h>
+#include <unistd.h>
 
 #include <samplerate.h>