summaryrefslogtreecommitdiff
path: root/net/tsclient
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-05-21 13:45:22 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-05-21 13:45:22 +0000
commit63f138e43a4788ff564c546a6c5f022a10a42e26 (patch)
treea7b163f252ab633c747afcedfad9e69d92e73a29 /net/tsclient
parent- Update to 1.2 (diff)
Add patch forgotten in last commit.
Notes
Notes: svn path=/head/; revision=135760
Diffstat (limited to 'net/tsclient')
-rw-r--r--net/tsclient/files/patch-src_support.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/tsclient/files/patch-src_support.c b/net/tsclient/files/patch-src_support.c
new file mode 100644
index 000000000000..76e0edcd6eb4
--- /dev/null
+++ b/net/tsclient/files/patch-src_support.c
@@ -0,0 +1,11 @@
+--- src/support.c.orig Tue May 10 07:30:51 2005
++++ src/support.c Sat May 21 13:47:21 2005
+@@ -23,6 +23,8 @@
+ #include <fcntl.h>
+
+ #include <arpa/inet.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
+ #ifdef HAVE_SYS_SOCKIO_H
+ #include <sys/sockio.h>
+ #endif