13 lines
379 B
Diff
13 lines
379 B
Diff
|
|
Index: sox-14.4.2/src/sox_sample_test.h
|
||
|
|
===================================================================
|
||
|
|
--- sox-14.4.2.orig/src/sox_sample_test.h
|
||
|
|
+++ sox-14.4.2/src/sox_sample_test.h
|
||
|
|
@@ -19,6 +19,7 @@
|
||
|
|
#undef NDEBUG /* Must undef above assert.h or other that might include it. */
|
||
|
|
#endif
|
||
|
|
#include <assert.h>
|
||
|
|
+#include <math.h>
|
||
|
|
#include "sox.h"
|
||
|
|
|
||
|
|
#define TEST_UINT(bits) \
|