summaryrefslogtreecommitdiff
path: root/wsutil
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-29 00:08:12 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2014-12-29 00:09:07 +0000
commit518e48defede57470936fceaf2cf7f130a7cf2d9 (patch)
treeb2df1b9135188aa061e6626f4bb14f7fc81608ff /wsutil
parentf21557520c3c7e10ab8413cae68af4d3f24a9962 (diff)
downloadwireshark-518e48defede57470936fceaf2cf7f130a7cf2d9.tar.gz
Add back string.h
Change-Id: Ia61c72c7e8d1ef92ec5a38d534620fc225eef365 Reviewed-on: https://code.wireshark.org/review/6102 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/md5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/md5.c b/wsutil/md5.c
index 14ad197eca..55dcd4c0cd 100644
--- a/wsutil/md5.c
+++ b/wsutil/md5.c
@@ -27,6 +27,7 @@
#include "config.h"
+#include <string.h>
#include "pint.h"
#include "md5.h"