summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-02-03 13:09:20 +0100
committerWerner Koch <wk@gnupg.org>1998-02-03 13:09:20 +0100
commit899b8378eca7a3801d02bab5fb4cd13dfb6a8595 (patch)
tree71b685933a39dfbdc7d6801775dc2c6ff99aeddf /util
parentchanged structure of trustdb (diff)
downloadgnupg2-899b8378eca7a3801d02bab5fb4cd13dfb6a8595.tar.xz
gnupg2-899b8378eca7a3801d02bab5fb4cd13dfb6a8595.zip
Fixed a few bugs
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.in1
-rw-r--r--util/strgutil.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/util/Makefile.in b/util/Makefile.in
index 1f0135745..7b067bfdd 100644
--- a/util/Makefile.in
+++ b/util/Makefile.in
@@ -72,6 +72,7 @@ G10_LOCALEDIR = @G10_LOCALEDIR@
GENCAT = @GENCAT@
GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@
+HAVE_ZLIB_H = @HAVE_ZLIB_H@
INSTOBJEXT = @INSTOBJEXT@
INTLDEPS = @INTLDEPS@
INTLLIBS = @INTLLIBS@
diff --git a/util/strgutil.c b/util/strgutil.c
index 286e90237..a687d0af3 100644
--- a/util/strgutil.c
+++ b/util/strgutil.c
@@ -20,6 +20,7 @@
#include <config.h>
#include <stdlib.h>
+#include <string.h>
#include <ctype.h>
#include "types.h"
#include "util.h"