diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-14 22:03:48 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-14 22:03:48 +0000 |
commit | c843f82c984557c1bd0c5d4391d5bf02de084835 (patch) | |
tree | af178e625678bdc13851c452276c53bd0a16339a /audio/libtunepimp/files | |
parent | ef866e788f4ca20b7e23b9719dfb01e920afd9b4 (diff) | |
download | ports-c843f82c984557c1bd0c5d4391d5bf02de084835.tar.gz ports-c843f82c984557c1bd0c5d4391d5bf02de084835.zip |
Notes
Diffstat (limited to 'audio/libtunepimp/files')
-rw-r--r-- | audio/libtunepimp/files/patch-lib_mp3_trm.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/libtunepimp/files/patch-lib_mp3_trm.cpp b/audio/libtunepimp/files/patch-lib_mp3_trm.cpp new file mode 100644 index 000000000000..411d7bcefaf9 --- /dev/null +++ b/audio/libtunepimp/files/patch-lib_mp3_trm.cpp @@ -0,0 +1,10 @@ +--- lib/mp3_trm.cpp.orig Sat Aug 14 23:35:41 2004 ++++ lib/mp3_trm.cpp Sat Aug 14 23:35:55 2004 +@@ -82,6 +82,7 @@ + #ifdef WIN32 + #include <winsock.h> + #else ++#include <sys/types.h> + #include <netinet/in.h> + #endif + |