summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-15 17:31:54 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-15 17:31:54 +0000
commit34563cbc9830c32c41fee3a2a8f11f6c52571bc8 (patch)
treec8ee3607a09df92bc26728d4a6e4f9807c37f431 /x11-toolkits
parentAdd -fno-rtti so the mozab connector code compiles again. (diff)
add <arpa/inet.h> for htonl()
Notes
Notes: svn path=/head/; revision=56162
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/plib/files/patch-src::net::netMessage.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/plib/files/patch-src::net::netMessage.h b/x11-toolkits/plib/files/patch-src::net::netMessage.h
new file mode 100644
index 000000000000..f54777ad3c4b
--- /dev/null
+++ b/x11-toolkits/plib/files/patch-src::net::netMessage.h
@@ -0,0 +1,11 @@
+--- src/net/netMessage.h.orig Sat Mar 16 01:23:39 2002
++++ src/net/netMessage.h Sat Mar 16 01:24:23 2002
+@@ -46,6 +46,8 @@
+ #include <netinet/in.h> // ntohs() etc prototypes
+ #endif
+
++#include <arpa/inet.h>
++
+
+ class netGuid //Globally Unique IDentifier
+ {