Commit 503c552b authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Merge tag 'babeld-1.7.1'

parents 4deea30e 1b9777ce
...@@ -4,6 +4,10 @@ babeld-1.8.0 (unreleased) ...@@ -4,6 +4,10 @@ babeld-1.8.0 (unreleased)
monitoring interface. This is an incompatible change. monitoring interface. This is an incompatible change.
* Added PF_UNIX support to the local interface. Thanks to Julien Cristau. * Added PF_UNIX support to the local interface. Thanks to Julien Cristau.
14 February 2016: babeld-1.7.1
* Fix compilation under musl. Thanks to Gabriel Kerneis.
3 February 2016: babeld-1.7.0 3 February 2016: babeld-1.7.0
* Added the ability to choose the kernel routing table on a per-route * Added the ability to choose the kernel routing table on a per-route
......
...@@ -24,6 +24,7 @@ THE SOFTWARE. ...@@ -24,6 +24,7 @@ THE SOFTWARE.
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <sys/time.h>
#include "babeld.h" #include "babeld.h"
#include "util.h" #include "util.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment