summaryrefslogtreecommitdiff
path: root/lib/lldp/lldpd-structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lldp/lldpd-structs.h')
-rw-r--r--lib/lldp/lldpd-structs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/lldp/lldpd-structs.h b/lib/lldp/lldpd-structs.h
index 15e5ce8fa..6a3ffb8d3 100644
--- a/lib/lldp/lldpd-structs.h
+++ b/lib/lldp/lldpd-structs.h
@@ -20,11 +20,9 @@
#define _LLDPD_STRUCTS_H
#include <net/if.h>
-#ifndef _WIN32
+#include <sys/types.h>
#include <netinet/in.h>
-#endif
#include <sys/socket.h>
-#include <sys/types.h>
#include "aa-structs.h"
#include "lldp-const.h"
#include "packets.h"