aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/sha1.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-29 00:28:26 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-29 00:34:56 +0000
commit85781bb78dcef707d569b264d8035a308ab5c640 (patch)
treebfbda4515c977dbf0496274801cf16325cb6eef6 /wsutil/sha1.c
parent8ae669c59f400f0bf87d8cf972729b368e68543e (diff)
downloadwireshark-85781bb78dcef707d569b264d8035a308ab5c640.tar.gz
wireshark-85781bb78dcef707d569b264d8035a308ab5c640.tar.bz2
wireshark-85781bb78dcef707d569b264d8035a308ab5c640.zip
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 <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'wsutil/sha1.c')
-rw-r--r--wsutil/sha1.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <glib.h>
#include "sha1.h"