diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-21 02:41:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-21 02:41:58 +0000 |
commit | 222724b1016b3c1a702d206eb36bc8d012be8be7 (patch) | |
tree | b9a0d2edb4307e8ae56d2d03c31b926c3ba8ce67 /audio/mp3gain | |
parent | 595d33b952cb956f23a5e1cbf6d170a653ab9ccb (diff) | |
download | ports-222724b1016b3c1a702d206eb36bc8d012be8be7.tar.gz ports-222724b1016b3c1a702d206eb36bc8d012be8be7.zip |
Notes
Diffstat (limited to 'audio/mp3gain')
-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 */ + |