freebsd-ports/audio/libtunepimp/files/patch-plugins-wav-wav.cpp
Rene Ladan 9a7916596b Make compilable with gcc 4.4
PR:		ports/147639
Submitted by:	Andriy Gapon [avg icyb.net.ua]
Approved by:	maintainer, tabthorpe (mentor)
2010-07-12 11:39:31 +00:00

13 lines
319 B
C++

--- plugins/wav/wav.cpp.orig 2006-11-18 12:51:46.000000000 +0200
+++ plugins/wav/wav.cpp 2010-06-07 10:36:19.157879953 +0300
@@ -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