summaryrefslogtreecommitdiff
path: root/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/lldpd/files/patch-src_daemon_lldpd.h')
-rw-r--r--net-mgmt/lldpd/files/patch-src_daemon_lldpd.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h b/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h
new file mode 100644
index 000000000000..69457047aa55
--- /dev/null
+++ b/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h
@@ -0,0 +1,13 @@
+--- src/daemon/lldpd.h.orig 2022-03-09 14:30:41 UTC
++++ src/daemon/lldpd.h
+@@ -33,8 +33,9 @@
+ #include <string.h>
+ #include <sys/queue.h>
+ #include <sys/types.h>
+-#include <netinet/if_ether.h>
++#include <sys/socket.h>
+ #include <netinet/in.h>
++#include <netinet/if_ether.h>
+ #include <sys/un.h>
+
+ #include "lldp-tlv.h"