summaryrefslogtreecommitdiff
path: root/audio/libtunepimp/files/patch-plugins-mp3-mp3.cpp
blob: 8b8e8fd87acd4dc0c4f9b9ff2793ee14b9ad9ea5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- plugins/mp3/mp3.cpp.orig	Tue Jul 12 06:44:06 2005
+++ plugins/mp3/mp3.cpp	Wed Sep 14 17:32:42 2005
@@ -33,7 +33,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