Commit d2459253 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Include <sys/time.h> in local.c.

This fixes compilation under musl.
parent 0ff8404d
......@@ -25,6 +25,7 @@ THE SOFTWARE.
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <sys/time.h>
#include "babeld.h"
#include "interface.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