1From 4bbedd25e74adb5cb181a9ae589adb2052ade630 Mon Sep 17 00:00:00 2001 2From: Khem Raj <raj.khem@gmail.com> 3Date: Wed, 31 Aug 2022 23:34:48 -0700 4Subject: [PATCH] bench.h: Fix typo in specifying string.h 5 6Upstream-Status: Pending 7Signed-off-by: Khem Raj <raj.khem@gmail.com> 8--- 9 src/bench.h | 2 +- 10 1 file changed, 1 insertion(+), 1 deletion(-) 11 12diff --git a/src/bench.h b/src/bench.h 13index 2ebdf5a..750bebf 100644 14--- a/src/bench.h 15+++ b/src/bench.h 16@@ -21,7 +21,7 @@ typedef unsigned char bool_t; 17 #include <signal.h> 18 #include <errno.h> 19 #ifndef WIN32 20-#include <strings.h> 21+#include <string.h> 22 #endif 23 #include <sys/types.h> 24 #ifndef WIN32 25-- 262.37.3 27 28