aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pppoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-pppoe.c')
-rw-r--r--packet-pppoe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-pppoe.c b/packet-pppoe.c
index 8500bcae2b..8398195d54 100644
--- a/packet-pppoe.c
+++ b/packet-pppoe.c
@@ -1,7 +1,7 @@
/* packet-pppoe.c
* Routines for PPP Over Ethernet (PPPoE) packet disassembly (RFC2516)
*
- * $Id: packet-pppoe.c,v 1.20 2001/12/10 00:25:32 guy Exp $
+ * $Id: packet-pppoe.c,v 1.21 2002/01/21 07:36:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -31,8 +31,8 @@
#endif
#include <glib.h>
-#include "packet.h"
-#include "strutil.h"
+#include <epan/packet.h>
+#include <epan/strutil.h>
#include "etypes.h"
static int proto_pppoed = -1;