Ethereal-dev: [Ethereal-dev] Missing include in smb-mailslot

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Sat, 13 Jul 2002 13:03:42 +0200
see Subject/Changelog
--
Joerg Mayer                                          <jmayer@xxxxxxxxx>
I found out that "pro" means "instead of" (as in proconsul). Now I know
what proactive means.
Changelog: <jmayer@xxxxxxxxx>
	Add missing include

Index: ethereal/packet-smb-mailslot.c
===================================================================
RCS file: /cvsroot/ethereal/packet-smb-mailslot.c,v
retrieving revision 1.31
diff -u -r1.31 packet-smb-mailslot.c
--- packet-smb-mailslot.c	2002/02/10 02:25:14	1.31
+++ packet-smb-mailslot.c	2002/07/13 11:00:53
@@ -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"