mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
13 lines
337 B
Diff
13 lines
337 B
Diff
diff --git a/src/sox_sample_test.h b/src/sox_sample_test.h
|
|
index 62b55e4..17f0069 100644
|
|
--- a/src/sox_sample_test.h
|
|
+++ b/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) \
|