|
From: <gb...@us...> - 2009-06-12 13:21:59
|
Revision: 423
http://gearbox.svn.sourceforge.net/gearbox/?rev=423&view=rev
Author: gbiggs
Date: 2009-06-12 13:21:47 +0000 (Fri, 12 Jun 2009)
Log Message:
-----------
Fixed compile errors on *nix
Modified Paths:
--------------
gearbox/trunk/src/flexiport/udpport.cpp
gearbox/trunk/src/flexiport/udpport.h
Modified: gearbox/trunk/src/flexiport/udpport.cpp
===================================================================
--- gearbox/trunk/src/flexiport/udpport.cpp 2009-06-12 12:19:14 UTC (rev 422)
+++ gearbox/trunk/src/flexiport/udpport.cpp 2009-06-12 13:21:47 UTC (rev 423)
@@ -33,6 +33,7 @@
#include <netdb.h>
#endif
#include <sys/types.h>
+#include <arpa/inet.h>
#include <fcntl.h>
#include <string.h>
#include <sstream>
Modified: gearbox/trunk/src/flexiport/udpport.h
===================================================================
--- gearbox/trunk/src/flexiport/udpport.h 2009-06-12 12:19:14 UTC (rev 422)
+++ gearbox/trunk/src/flexiport/udpport.h 2009-06-12 13:21:47 UTC (rev 423)
@@ -33,6 +33,7 @@
#include <map>
#include <string>
+#include <netinet/in.h>
/** @ingroup gbx_library_flexiport
@{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|