aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mount.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-12 07:06:25 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-12 07:06:25 +0000
commitdd3fcb36ecf32119aa34dcdefbb0922f4ee85eac (patch)
treeaaca3032ecdebdbee280f7f9aad8793977601c3d /packet-mount.c
parent4ef3ef584fb67548b01dfc4d6ce7308138cab264 (diff)
Include <string.h> to declare string functions that we use.
svn path=/trunk/; revision=3695
Diffstat (limited to 'packet-mount.c')
-rw-r--r--packet-mount.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-mount.c b/packet-mount.c
index 106409356b..afe57b20ea 100644
--- a/packet-mount.c
+++ b/packet-mount.c
@@ -1,7 +1,7 @@
/* packet-mount.c
* Routines for mount dissection
*
- * $Id: packet-mount.c,v 1.25 2001/06/18 02:17:49 guy Exp $
+ * $Id: packet-mount.c,v 1.26 2001/07/12 07:06:25 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -33,6 +33,7 @@
#include <sys/types.h>
#endif
+#include <string.h>
#include "packet-rpc.h"
#include "packet-mount.h"