]> git.gsnw.org Git - fping.git/commitdiff
Fix complication problem on FreeBSD (#57)
authorDavid Schweikert <david@schweikert.ch>
Wed, 5 Mar 2014 15:12:26 +0000 (16:12 +0100)
committerDavid Schweikert <david@schweikert.ch>
Wed, 5 Mar 2014 15:12:26 +0000 (16:12 +0100)
ChangeLog
src/fping.h

index 60714feb3873da5eca7b476e9bdad7ed17a85426..2b472f680005fd51c6cf827d56ab5dea6cee4e07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 UNRELEASED  David Schweikert  <david@schweikert.ch>
   * Fix random output on socket error (reported by Aleksandrs Saveljevs, #56)
   * 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>
   * Version 3.8
index 5bc5a6a0bf665862084140cf807b0fe1d3b90e79..113be6397a788ebfad7cc277f901f08a97740e71 100644 (file)
@@ -4,6 +4,7 @@
 #define __APPLE_USE_RFC_3542 1
 
 #include <sys/socket.h>
+#include <sys/types.h>
 #include <netinet/in.h>
 
 #ifndef IPV6