aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-mailslot.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-07-13 19:33:20 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-07-13 19:33:20 +0000
commitdd7442886ec68bbeb66a2d92f500573b27515cb9 (patch)
tree0cfaa433a99b7632b5fc18feea55a29408f07438 /packet-smb-mailslot.c
parentdf34d2707ef29fd4c29da602120a1f50977851f1 (diff)
From Joerg Mayer: add missing include.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5863 f5534014-38df-0310-8fa8-9805f1628bb7
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"