aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pptp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-pptp.c')
-rw-r--r--packet-pptp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-pptp.c b/packet-pptp.c
index 6aff17465e..7ec2a2266e 100644
--- a/packet-pptp.c
+++ b/packet-pptp.c
@@ -2,7 +2,7 @@
* Routines for the Point-to-Point Tunnelling Protocol (PPTP) (RFC 2637)
* Brad Robel-Forrest <brad.robel-forrest@watchguard.com>
*
- * $Id: packet-pptp.c,v 1.22 2001/12/10 00:25:32 guy Exp $
+ * $Id: packet-pptp.c,v 1.23 2002/01/21 07:36:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -38,7 +38,7 @@
#endif
#include <glib.h>
-#include "packet.h"
+#include <epan/packet.h>
static int proto_pptp = -1;
static int hf_pptp_message_type = -1;