diff options
Diffstat (limited to 'proto_vlan.c')
-rw-r--r-- | proto_vlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto_vlan.c b/proto_vlan.c index c1b3e65..ebdf281 100644 --- a/proto_vlan.c +++ b/proto_vlan.c @@ -10,7 +10,7 @@ #include <netinet/in.h> /* for ntohs() */ #include "proto.h" -#include "proto_vlan.h" +#include "vlan.h" #include "dissector_eth.h" #include "pkt_buff.h" |