diff options
Diffstat (limited to 'packet-gvrp.c')
-rw-r--r-- | packet-gvrp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-gvrp.c b/packet-gvrp.c index d55d053c97..2ea834eaae 100644 --- a/packet-gvrp.c +++ b/packet-gvrp.c @@ -2,7 +2,7 @@ * Routines for GVRP (GARP VLAN Registration Protocol) dissection * Copyright 2000, Kevin Shi <techishi@ms22.hinet.net> * - * $Id: packet-gvrp.c,v 1.9 2002/01/20 22:12:26 guy Exp $ + * $Id: packet-gvrp.c,v 1.10 2002/01/21 07:36:34 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -45,7 +45,7 @@ # include "snprintf.h" #endif -#include "packet.h" +#include <epan/packet.h> #include "llcsaps.h" /* Initialize the protocol and registered fields */ |