shithub: sox

Download patch

ref: 7df6e780f9631d924d733b92e3cafe8038f72ae6
parent: f14a85c2d88e95ed6fc73bb9fc2b11c28a732e53
author: rrt <rrt>
date: Mon Apr 16 17:52:19 EDT 2007

Add #include <sys/types.h> for off_t on OS/2 (thanks Dave Yeo) and
possibly other systems.

--- a/src/repeat.c
+++ b/src/repeat.c
@@ -22,6 +22,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include <string.h>
+#include <sys/types.h> /* for off_t on OS/2 and possibly others */
 
 static sox_effect_t sox_repeat_effect;