aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-09-28 20:09:12 +0000
committerMarcus Brinkmann <[email protected]>2002-09-28 20:09:12 +0000
commite9f9833e0533bea3d882a902575300aa81982903 (patch)
tree7f4077df513b0ecfac35b9b4b190f920898ca652
parent2002-09-28 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-e9f9833e0533bea3d882a902575300aa81982903.tar.gz
gpgme-e9f9833e0533bea3d882a902575300aa81982903.zip
2002-09-28 Marcus Brinkmann <[email protected]>
* t-version.c: Include <string.h>. Reported by St�phane Corth�sy.
-rw-r--r--tests/ChangeLog4
-rw-r--r--tests/t-version.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index aba9187f..ab1454cd 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-28 Marcus Brinkmann <[email protected]>
+
+ * t-version.c: Include <string.h>. Reported by St�phane Corth�sy.
+
2002-09-02 Marcus Brinkmann <[email protected]>
* gpg/t-keylist.c (main): Test PATTERN for NULL before printing.
diff --git a/tests/t-version.c b/tests/t-version.c
index e674c2c0..1bdeb461 100644
--- a/tests/t-version.c
+++ b/tests/t-version.c
@@ -22,6 +22,8 @@
#include <config.h>
#endif
+#include <string.h>
+
#include <gpgme.h>
static const char version[] = VERSION;