aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-mailslot.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-07-13 19:33:20 +0000
committerGuy Harris <guy@alum.mit.edu>2002-07-13 19:33:20 +0000
commitab97d374ebaaba046ad468a005227a39a85490f8 (patch)
tree0cfaa433a99b7632b5fc18feea55a29408f07438 /packet-smb-mailslot.c
parent784204a500edfc5ccf12d478031ecfa2e449d227 (diff)
From Joerg Mayer: add missing include.
svn path=/trunk/; revision=5863
Diffstat (limited to 'packet-smb-mailslot.c')
-rw-r--r--packet-smb-mailslot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-smb-mailslot.c b/packet-smb-mailslot.c
index 58fcba4d6b..3c360f8efb 100644
--- a/packet-smb-mailslot.c
+++ b/packet-smb-mailslot.c
@@ -2,7 +2,7 @@
* Routines for SMB mailslot packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-smb-mailslot.c,v 1.31 2002/02/10 02:25:14 guy Exp $
+ * $Id: packet-smb-mailslot.c,v 1.32 2002/07/13 19:33:20 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -25,6 +25,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <string.h>
#include "packet-smb-common.h"
#include "packet-smb-mailslot.h"
#include "packet-smb-browse.h"