aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-09-09 08:21:54 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-09-09 08:21:54 +0300
commit3052f2b51eaa9ba047d43ae97581ae1fd895c131 (patch)
treebe781742c58b2e5e26a537abbbb64212bc78037e
parent48e22dd008138bb97d2a673af9da5b1b3457c86f (diff)
downloadgdbm-3052f2b51eaa9ba047d43ae97581ae1fd895c131.tar.gz
gdbm-3052f2b51eaa9ba047d43ae97581ae1fd895c131.tar.bz2
Add missing include
* src/gdbmtool.h: Include string.h
-rw-r--r--src/gdbmtool.h1
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
+#include <string.h>
#include <ctype.h>
#include <limits.h>

Return to:

Send suggestions and report system problems to the System administrator.