Author: niels
Date: Mon May 26 14:55:23 2014
New Revision: 9455

URL: http://svn.gna.org/viewcvs/service-tech?rev=9455&view=rev
Log:
* more header foo for FreeBSD


Modified:
    trunk/lola2/configure.ac
    trunk/lola2/src/InputOutput/Socket.h

Modified: trunk/lola2/configure.ac
URL: 
http://svn.gna.org/viewcvs/service-tech/trunk/lola2/configure.ac?rev=9455&r1=9454&r2=9455&view=diff
==============================================================================
--- trunk/lola2/configure.ac    (original)
+++ trunk/lola2/configure.ac    Mon May 26 14:55:23 2014
@@ -101,6 +101,7 @@
 typedef uint32_t socklen_t;
 #else
 #include <arpa/inet.h>
+#include <netinet/in.h>
 #include <sys/socket.h>
 #endif
 

Modified: trunk/lola2/src/InputOutput/Socket.h
URL: 
http://svn.gna.org/viewcvs/service-tech/trunk/lola2/src/InputOutput/Socket.h?rev=9455&r1=9454&r2=9455&view=diff
==============================================================================
--- trunk/lola2/src/InputOutput/Socket.h        (original)
+++ trunk/lola2/src/InputOutput/Socket.h        Mon May 26 14:55:23 2014
@@ -19,6 +19,7 @@
 typedef uint32_t socklen_t;
 #else
 #include <arpa/inet.h>
+#include <netinet/in.h>
 #include <sys/socket.h>
 #endif
 


-- 
You received this e-mail, because you subscribed the mailing list 
"service-tech-commits" which will forward you any e-mail addressed to 
[email protected]. If you want to unsubscribe or make any changes to 
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.

Reply via email to