diff options
Diffstat (limited to 'src/strerror.c')
-rw-r--r-- | src/strerror.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strerror.c b/src/strerror.c index 3e627b1..7ed7e31 100644 --- a/src/strerror.c +++ b/src/strerror.c @@ -22,6 +22,8 @@ #include <config.h> #endif +#include <string.h> + #include <gpg-error.h> #include "gettext.h" |