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
1 changed files with 11 additions and 0 deletions
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 a new issue