shithub: libsamplerate

Download patch

ref: 4892715f5e8ee12a911a7f44e1192b4e432907b8
parent: 57604aa44454d00cfa05d79c2b349fac25406b48
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Mon Mar 17 07:25:33 EDT 2008

tests/throughput_test.c : Include config.h and float_cast.h.

--- a/tests/throughput_test.c
+++ b/tests/throughput_test.c
@@ -19,13 +19,15 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <math.h>
 #include <time.h>
 #include <unistd.h>
 
 #include <samplerate.h>
 
+#include "config.h"
+
 #include "util.h"
+#include "float_cast.h"
 
 #define BUFFER_LEN	(1<<16)