mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
add <arpa/inet.h> for htonl()
This commit is contained in:
parent
b0909f5cf7
commit
34563cbc98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56162
11
x11-toolkits/plib/files/patch-src::net::netMessage.h
Normal file
11
x11-toolkits/plib/files/patch-src::net::netMessage.h
Normal file
@ -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
|
||||
{
|
Loading…
Reference in New Issue
Block a user