aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vj.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-vj.c')
-rw-r--r--packet-vj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-vj.c b/packet-vj.c
index c387351698..aa43981b51 100644
--- a/packet-vj.c
+++ b/packet-vj.c
@@ -1,7 +1,7 @@
/* packet-vj.c
* Routines for Van Jacobson header decompression.
*
- * $Id: packet-vj.c,v 1.4 2002/01/10 22:07:49 guy Exp $
+ * $Id: packet-vj.c,v 1.5 2002/01/21 07:36:44 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -69,7 +69,7 @@
#include <glib.h>
#include <string.h>
-#include "packet.h"
+#include <epan/packet.h>
#include "packet-ppp.h"
#include "ppptypes.h"
#include "in_cksum.h"