diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-09-14 16:50:07 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-09-14 16:50:07 +0000 |
commit | 1a717e00ad1909de1af21d2151a00ec13c531b75 (patch) | |
tree | 6fffee0099316dd62a9d755afdc4e0d816d09f85 /audio/libtunepimp/files/patch-plugins-wav-wav.cpp | |
parent | Install documentation using ${INSTALL_DATA} rather than ${CP} to ensure that (diff) |
Fix build on 4-STABLE.
PR: ports/86115
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: Maintainer
Notes
Notes:
svn path=/head/; revision=142724
Diffstat (limited to 'audio/libtunepimp/files/patch-plugins-wav-wav.cpp')
-rw-r--r-- | audio/libtunepimp/files/patch-plugins-wav-wav.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libtunepimp/files/patch-plugins-wav-wav.cpp b/audio/libtunepimp/files/patch-plugins-wav-wav.cpp new file mode 100644 index 000000000000..34bf7b46d4c3 --- /dev/null +++ b/audio/libtunepimp/files/patch-plugins-wav-wav.cpp @@ -0,0 +1,13 @@ +--- plugins/wav/wav.cpp.orig Wed Jun 15 06:15:18 2005 ++++ plugins/wav/wav.cpp Wed Sep 14 17:30:30 2005 +@@ -34,7 +34,10 @@ + #ifdef WIN32 + #include <winsock.h> + #else ++#include <sys/types.h> ++#include <sys/socket.h> + #include <netinet/in.h> ++#include <arpa/inet.h> + #include <sys/param.h> + #endif +
\ No newline at end of file |