1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/audio/knapster/files/patch-ag
Chris D. Faulhaber 8a4485f4cf * Fix compilation under -stable where sys/types.h was not being included
before sys/socket.h.
* Remove a bit of cruft from the port's Makefile.

PR:		17303
Submitted by:	Cliff Rowley <dozprompt@onsea.com>
2000-03-11 02:10:40 +00:00

11 lines
391 B
Plaintext

--- knapster/socks5.cpp.orig Sat Feb 26 01:36:14 2000
+++ knapster/socks5.cpp Fri Mar 10 21:00:19 2000
@@ -15,6 +15,7 @@
* *
***************************************************************************/
#include <netdb.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <unistd.h>