aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--src/strerror.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 582dadf..788b246 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2003-06-01 Marcus Brinkmann <[email protected]>
+ * src/strerror.c: Include <string.h>.
+
* src/gpg-error.h (gpg_err_code_t): Remove GPG_ERR_FILE_READ,
GPG_ERR_FILE_WRITE, GPG_ERR_FILE_OPEN, GPG_ERR_FILE_CREATE,
GPG_ERR_FILE_CLOSE, GPG_ERR_FILE_DELETE, GPG_ERR_FILE_EXISTS,
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"