]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
interfaces: include <errno.h> to use errno
authorVincent Bernat <vincent@bernat.im>
Sun, 19 Feb 2017 13:40:24 +0000 (14:40 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 19 Feb 2017 13:40:24 +0000 (14:40 +0100)
This fix previous commit. See:
 https://travis-ci.org/vincentbernat/lldpd/jobs/203148213

src/daemon/interfaces-bpf.c

index d9d193ba1edb4b4e284f276c631ae59704b7af61..5237ee75370e3493b887ef0030d0a607992c2a75 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "lldpd.h"
 #include <unistd.h>
+#include <errno.h>
 #include <net/bpf.h>
 
 struct bpf_buffer {