Fix complication problem on FreeBSD (#57)

pull/67/head
David Schweikert 11 years ago
parent 6fa8c4c175
commit 00e3384d5c

@ -1,6 +1,9 @@
UNRELEASED David Schweikert <david@schweikert.ch> UNRELEASED David Schweikert <david@schweikert.ch>
* Fix random output on socket error (reported by Aleksandrs Saveljevs, #56) * Fix random output on socket error (reported by Aleksandrs Saveljevs, #56)
* Initial test suite and continous intergration (with travis-ci.org / coveralls.io) * Initial test suite and continous intergration (with travis-ci.org / coveralls.io)
* Support ppc64le architecture by including alpha libtool version
(reported by Amit Kumar Gupta and Aravinda B Thunug)
* Fix complication problem on FreeBSD (#57)
2013-11-08 David Schweikert <david@schweikert.ch> 2013-11-08 David Schweikert <david@schweikert.ch>
* Version 3.8 * Version 3.8

@ -4,6 +4,7 @@
#define __APPLE_USE_RFC_3542 1 #define __APPLE_USE_RFC_3542 1
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h> #include <netinet/in.h>
#ifndef IPV6 #ifndef IPV6

Loading…
Cancel
Save