freebsd-ports/audio/libtunepimp-old/files/patch-plugins-wav-wav.cpp
Michael Nottebrock cc600c1ce2 - Fix build on 4.x
- Add dependencies on taglib, mpeg4ip-libmp4v2
- Makefile cosmetics
2006-04-10 10:08:48 +00:00

13 lines
No EOL
296 B
C++

--- 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