aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-rx.c')
-rw-r--r--packet-rx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-rx.c b/packet-rx.c
index 357a41feaf..42d16f7d53 100644
--- a/packet-rx.c
+++ b/packet-rx.c
@@ -4,7 +4,7 @@
* Based on routines from tcpdump patches by
* Ken Hornstein <kenh@cmf.nrl.navy.mil>
*
- * $Id: packet-rx.c,v 1.30 2002/01/20 22:12:27 guy Exp $
+ * $Id: packet-rx.c,v 1.31 2002/01/21 07:36:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -43,9 +43,9 @@
#include <string.h>
#include <glib.h>
-#include "packet.h"
+#include <epan/packet.h>
#include "packet-rx.h"
-#include "resolv.h"
+#include <epan/resolv.h>
#define UDP_PORT_RX_LOW 7000
#define UDP_PORT_RX_HIGH 7009