diff options
Diffstat (limited to 'packet-ncp.c')
-rw-r--r-- | packet-ncp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-ncp.c b/packet-ncp.c index cfe0c6ebfc..7c6fcc4183 100644 --- a/packet-ncp.c +++ b/packet-ncp.c @@ -3,7 +3,7 @@ * Gilbert Ramirez <gram@alumni.rice.edu> * Modified to allow NCP over TCP/IP decodes by James Coe <jammer@cin.net> * - * $Id: packet-ncp.c,v 1.53 2002/01/05 04:12:14 gram Exp $ + * $Id: packet-ncp.c,v 1.54 2002/01/21 07:36:37 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -37,8 +37,8 @@ #endif #include <glib.h> -#include "packet.h" -#include "conversation.h" +#include <epan/packet.h> +#include <epan/conversation.h> #include "prefs.h" #include "packet-ipx.h" #include "packet-ncp-int.h" |