aboutsummaryrefslogtreecommitdiffstats
path: root/packet-scsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-scsi.c')
-rw-r--r--packet-scsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-scsi.c b/packet-scsi.c
index 3a06fef8ff..05c407ec83 100644
--- a/packet-scsi.c
+++ b/packet-scsi.c
@@ -2,7 +2,7 @@
* Routines for decoding SCSI CDBs and responses
* Author: Dinesh G Dutt (ddutt@cisco.com)
*
- * $Id: packet-scsi.c,v 1.32 2003/07/09 03:42:55 guy Exp $
+ * $Id: packet-scsi.c,v 1.33 2003/09/03 20:58:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -82,7 +82,7 @@
#include <glib.h>
#include <string.h>
#include <epan/strutil.h>
-#include <epan/conversation.h>
+#include <epan/packet.h>
#include <epan/int-64bit.h>
#include "prefs.h"
#include "packet-scsi.h"