diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rw-r--r-- | tests/t-version.c | 2 | 
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; | 
