add <arpa/inet.h> for htonl()

This commit is contained in:
Ying-Chieh Liao 2002-03-15 17:31:54 +00:00
parent b0909f5cf7
commit 34563cbc98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56162

View 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
{