Author: niels
Date: Mon May 26 13:33:26 2014
New Revision: 9453

URL: http://svn.gna.org/viewcvs/service-tech?rev=9453&view=rev
Log:
* added missing header for FreeBSD


Modified:
    trunk/lola2/configure.ac

Modified: trunk/lola2/configure.ac
URL: 
http://svn.gna.org/viewcvs/service-tech/trunk/lola2/configure.ac?rev=9453&r1=9452&r2=9453&view=diff
==============================================================================
--- trunk/lola2/configure.ac    (original)
+++ trunk/lola2/configure.ac    Mon May 26 13:33:26 2014
@@ -102,7 +102,10 @@
 #else
 #include <arpa/inet.h>
 #include <sys/socket.h>
-#endif])
+#endif
+
+#include <sys/types.h>
+#include <cstddef>])
 
 AC_CHECK_SIZEOF(bool)
 AC_LANG_POP(C++)


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