aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-27 21:11:39 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-27 21:11:39 +0000
commit92c530aced92c35d38bc04e88e9f212f8631f721 (patch)
tree7ca68d83573652f0fbbf6d59838032e0d8bd225d
parent52338a3bafa30b1c1ea6759ea14a60c5d3fd35da (diff)
Include <string.h> to get "strlen()" declared.
svn path=/trunk/; revision=8281
-rw-r--r--epan/ftypes/ftype-tvbuff.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/ftypes/ftype-tvbuff.c b/epan/ftypes/ftype-tvbuff.c
index c648086a3f..5956d13593 100644
--- a/epan/ftypes/ftype-tvbuff.c
+++ b/epan/ftypes/ftype-tvbuff.c
@@ -1,5 +1,5 @@
/*
- * $Id: ftype-tvbuff.c,v 1.10 2003/08/27 15:23:08 gram Exp $
+ * $Id: ftype-tvbuff.c,v 1.11 2003/08/27 21:11:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -25,6 +25,7 @@
#endif
#include <ftypes-int.h>
+#include <string.h>
#include <epan/gdebug.h>
#define tvb_is_private fvalue_gboolean1