summaryrefslogtreecommitdiff
path: root/audio/libmusicbrainz3/files/patch-id3.c
blob: f9fdf56408f7431fb98319f8e1f7a135f0c74a53 (plain) (blame)
1
2
3
4
5
6
7
8
9
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