From 3052f2b51eaa9ba047d43ae97581ae1fd895c131 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 9 Sep 2021 08:21:54 +0300 Subject: Add missing include * src/gdbmtool.h: Include string.h --- src/gdbmtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/gdbmtool.h b/src/gdbmtool.h index f589537..cd17e52 100644 --- a/src/gdbmtool.h +++ b/src/gdbmtool.h @@ -21,6 +21,7 @@ #include #include #include +#include #include #include -- cgit v1.2.1