summaryrefslogtreecommitdiff
path: root/net-mgmt/lldpd/files/patch-src_daemon_lldpd.h
blob: 69457047aa550e007a7044ec05324fec181c7127 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"