summaryrefslogtreecommitdiff
path: root/packet-aarp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-aarp.c')
-rw-r--r--packet-aarp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-aarp.c b/packet-aarp.c
index e10a31a5ed..b62d2f6dc9 100644
--- a/packet-aarp.c
+++ b/packet-aarp.c
@@ -1,7 +1,7 @@
/* packet-aarp.c
* Routines for Appletalk ARP packet disassembly
*
- * $Id: packet-aarp.c,v 1.33 2001/12/10 00:25:25 guy Exp $
+ * $Id: packet-aarp.c,v 1.34 2002/01/21 07:36:32 guy Exp $
*
* Simon Wilkinson <sxw@dcs.ed.ac.uk>
*
@@ -34,8 +34,8 @@
#include <stdio.h>
#include <glib.h>
-#include "packet.h"
-#include "strutil.h"
+#include <epan/packet.h>
+#include <epan/strutil.h>
#include "etypes.h"
static int proto_aarp = -1;