From 92a6138d88e41d0d3c4b1465d66bc91083454ac6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 19 Feb 2017 14:40:24 +0100 Subject: [PATCH] interfaces: include to use errno This fix previous commit. See: https://travis-ci.org/vincentbernat/lldpd/jobs/203148213 --- src/daemon/interfaces-bpf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon/interfaces-bpf.c b/src/daemon/interfaces-bpf.c index d9d193ba..5237ee75 100644 --- a/src/daemon/interfaces-bpf.c +++ b/src/daemon/interfaces-bpf.c @@ -17,6 +17,7 @@ #include "lldpd.h" #include +#include #include struct bpf_buffer { -- 2.39.5