aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rtnet
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-17 00:02:31 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-17 00:02:31 +0000
commitb7b80d94bee66b7edbd606c5ce6afdeb009bd5b8 (patch)
tree56b81de26d3859239959edef327f0779f660c99b /plugins/rtnet
parentef461aa94b31f7f10b710ecfbfcb4a375690c049 (diff)
Move a pile of protocol-related headers from the top-level source
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
Diffstat (limited to 'plugins/rtnet')
-rw-r--r--plugins/rtnet/packet-rtnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rtnet/packet-rtnet.c b/plugins/rtnet/packet-rtnet.c
index c5929453d1..d2efa414a3 100644
--- a/plugins/rtnet/packet-rtnet.c
+++ b/plugins/rtnet/packet-rtnet.c
@@ -41,7 +41,7 @@
#include <string.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>
-#include "etypes.h"
+#include <epan/etypes.h>
#include <epan/strutil.h>
/* Define version if we are not building ethereal statically */