diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-05-21 19:54:08 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-05-21 19:54:08 +0000 |
commit | 700652161d84d481c8a2dac5930ba25fe49232ce (patch) | |
tree | 42a9e228eceaad47ab317e8b0e6f089ea0543e18 /audio/libmusicbrainz/files/patch-id3.c | |
parent | Update to 0.11 (diff) |
Update to 1.0.0
PR: 27451
Submitted by: Roman Shterenzon <roman@xpert.com> (maintainer)
Diffstat (limited to 'audio/libmusicbrainz/files/patch-id3.c')
-rw-r--r-- | audio/libmusicbrainz/files/patch-id3.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/libmusicbrainz/files/patch-id3.c b/audio/libmusicbrainz/files/patch-id3.c new file mode 100644 index 000000000000..f9fdf56408f7 --- /dev/null +++ b/audio/libmusicbrainz/files/patch-id3.c @@ -0,0 +1,10 @@ +--- lib/bitzi/id3.c.orig Sat May 19 14:47:54 2001 ++++ lib/bitzi/id3.c Sat May 19 14:48:09 2001 +@@ -13,6 +13,7 @@ + #include <stdlib.h> + #include <assert.h> + #include <errno.h> ++#include <sys/types.h> + #ifdef WIN32 + #include <winsock.h> + #else |