From 85781bb78dcef707d569b264d8035a308ab5c640 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Mon, 29 Dec 2014 00:28:26 +0000 Subject: Add back string.h to sha1.c and sober128.c Change-Id: Idd8963717eab804f7d76652d1baf029be8b5997f Reviewed-on: https://code.wireshark.org/review/6105 Reviewed-by: Martin Mathieson --- wsutil/sha1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'wsutil/sha1.c') diff --git a/wsutil/sha1.c b/wsutil/sha1.c index bdad7f24cd..b7a2a76cef 100644 --- a/wsutil/sha1.c +++ b/wsutil/sha1.c @@ -25,6 +25,7 @@ * 2012-08-21 - C Elston - Split sha1_hmac function to allow incremental usage. */ +#include #include #include "sha1.h" -- cgit v1.2.3