diff options
Diffstat (limited to 'proto_lldp.c')
-rw-r--r-- | proto_lldp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto_lldp.c b/proto_lldp.c index b3d2f86..9301281 100644 --- a/proto_lldp.c +++ b/proto_lldp.c @@ -12,6 +12,7 @@ #include "oui.h" #include "pkt_buff.h" #include "proto.h" +#include "protos.h" #define EXTRACT_16BIT(x) ntohs(*((uint16_t *) (x))) #define EXTRACT_32BIT(x) ntohl(*((uint32_t *) (x))) |