aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-27 21:11:39 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-27 21:11:39 +0000
commitaabad0c2d52214ae85890e52588c6b9477af0819 (patch)
tree7ca68d83573652f0fbbf6d59838032e0d8bd225d /epan/ftypes
parent4b4dbe764347321194707636ab09615ebb881dab (diff)
Include <string.h> to get "strlen()" declared.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8281 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/ftypes')
-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