diff options
| author | Werner Koch <[email protected]> | 1998-02-03 12:09:20 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-02-03 12:09:20 +0000 |
| commit | 899b8378eca7a3801d02bab5fb4cd13dfb6a8595 (patch) | |
| tree | 71b685933a39dfbdc7d6801775dc2c6ff99aeddf /util/strgutil.c | |
| parent | changed structure of trustdb (diff) | |
| download | gnupg-899b8378eca7a3801d02bab5fb4cd13dfb6a8595.tar.gz gnupg-899b8378eca7a3801d02bab5fb4cd13dfb6a8595.zip | |
Fixed a few bugs
Diffstat (limited to 'util/strgutil.c')
| -rw-r--r-- | util/strgutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
