aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mount.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-12 07:06:25 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-12 07:06:25 +0000
commit186ad4e1375476437be2a8af3c81885351396608 (patch)
treeaaca3032ecdebdbee280f7f9aad8793977601c3d /packet-mount.c
parent70dff6fef58c2ae38143b46a5dec606e5c07c661 (diff)
Include <string.h> to declare string functions that we use.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3695 f5534014-38df-0310-8fa8-9805f1628bb7
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"