aboutsummaryrefslogtreecommitdiffstats
path: root/packet-hclnfsd.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-25 21:29:13 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-25 21:29:13 +0000
commita29829175f40778cb3bcce8bdc032f8ce706d007 (patch)
treea8b5049b095e2f9eb188abcf8a6c91013875ffa8 /packet-hclnfsd.c
parent1408767b756d0f095e226ba5761e3ca261581a80 (diff)
Include <string.h> to declare "strlen()".
svn path=/trunk/; revision=5250
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"