From 8e8a4ceba30f2034c74d1542f3f04eaffa79979e Mon Sep 17 00:00:00 2001 From: AndersBroman Date: Mon, 9 Jun 2014 17:30:08 +0200 Subject: Try to fix the builds. Change-Id: I3ccb5c1b40504cd9314da5a09b225e3e2bf991b8 Reviewed-on: https://code.wireshark.org/review/2073 Reviewed-by: Anders Broman --- epan/tvbuff.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/tvbuff.c') diff --git a/epan/tvbuff.c b/epan/tvbuff.c index a286924053..b892ec8b36 100644 --- a/epan/tvbuff.c +++ b/epan/tvbuff.c @@ -44,6 +44,7 @@ #include "wsutil/unicode-utils.h" #include "wsutil/nstime.h" #include "wsutil/time_util.h" +#include "wsutil/ws_mempbrk.h" #include "tvbuff.h" #include "tvbuff-int.h" #include "strutil.h" @@ -739,8 +740,6 @@ fast_ensure_contiguous(tvbuff_t *tvb, const gint offset, const guint length) return NULL; } -extern const guint8 *ws_mempbrk(const guint8* haystack, size_t haystacklen, const guint8 *needles); - static inline const guint8* guint8_pbrk(const guint8* haystack, size_t haystacklen, const guint8 *needles, guchar *found_needle) { -- cgit v1.2.3