diff options
-rw-r--r-- | audio/mp3gain/files/patch-mp3gain.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/mp3gain/files/patch-mp3gain.c b/audio/mp3gain/files/patch-mp3gain.c new file mode 100644 index 000000000000..bc96e2b25a55 --- /dev/null +++ b/audio/mp3gain/files/patch-mp3gain.c @@ -0,0 +1,10 @@ +-- mp3gain.c.orig Sun Jan 19 07:16:02 2003 ++++ mp3gain.c Sun Jan 19 07:16:37 2003 +@@ -50,6 +50,7 @@ + + #ifndef WIN32 + #undef asWIN32DLL ++#include <sys/types.h> + #include <utime.h> + #endif /* WIN32 */ + |