mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8a4485f4cf
before sys/socket.h. * Remove a bit of cruft from the port's Makefile. PR: 17303 Submitted by: Cliff Rowley <dozprompt@onsea.com>
11 lines
391 B
Plaintext
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>
|