aboutsummaryrefslogtreecommitdiffstats
path: root/packet-hclnfsd.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-25 21:29:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-25 21:29:13 +0000
commit8158a0245da4c5ccb4ea5334d825363d72b2702c (patch)
treea8b5049b095e2f9eb188abcf8a6c91013875ffa8 /packet-hclnfsd.c
parent82f550ee6f2184a5cf8d292c86173e72e6eec4b6 (diff)
Include <string.h> to declare "strlen()".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5250 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-hclnfsd.c')
-rw-r--r--packet-hclnfsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-hclnfsd.c b/packet-hclnfsd.c
index 27cfa683ed..9c00961ff9 100644
--- a/packet-hclnfsd.c
+++ b/packet-hclnfsd.c
@@ -2,7 +2,7 @@
* Routines for hclnfsd (Hummingbird NFS Daemon) dissection
* Copyright 2001, Mike Frisch <frisch@hummingbird.com>
*
- * $Id: packet-hclnfsd.c,v 1.12 2002/04/03 13:24:12 girlich Exp $
+ * $Id: packet-hclnfsd.c,v 1.13 2002/04/25 21:29:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -29,11 +29,11 @@
#include "config.h"
#endif
-
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
+#include <string.h>
#include "packet-rpc.h"
#include "packet-nfs.h"