diff options
Diffstat (limited to 'audio/xmms-liveice/files/patch-aa')
-rw-r--r-- | audio/xmms-liveice/files/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/xmms-liveice/files/patch-aa b/audio/xmms-liveice/files/patch-aa new file mode 100644 index 000000000000..0c103487a2e3 --- /dev/null +++ b/audio/xmms-liveice/files/patch-aa @@ -0,0 +1,21 @@ +*** src/serverlib.h.org Sat Feb 5 17:20:28 2000 +--- src/serverlib.h Sat Feb 5 17:20:38 2000 +*************** +*** 19,24 **** +--- 19,25 ---- + */ + + ++ #include <sys/types.h> + #include <sys/socket.h> + #include <netdb.h> + #include <netinet/in.h> +*** src/liveice.h.org Sat Feb 5 17:25:09 2000 +--- src/liveice.h Sat Feb 5 17:25:12 2000 +*************** +*** 1,3 **** +--- 1,4 ---- ++ #include <sys/types.h> + + #define LIVEICE_VERSION "1.0" + |