freebsd-ports/audio/xmms-liveice/files/patch-aa
Steve Price 37ed2ff499 Here are the changes to the patches directory that should have gone with
my last commit.

Noticed missing by:	asami
Blown horribly by:	my little diff building script that inexplicably
			missed these the first time around :(
2000-06-03 15:46:37 +00:00

18 lines
385 B
Text

*** 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.orig Mon May 15 08:00:03 2000
+++ src/liveice.h Sat Jun 3 10:07:32 2000
@@ -1,2 +1,2 @@
-
+#include <sys/types.h>