2002-09-28 Marcus Brinkmann <marcus@g10code.de>

* t-version.c: Include <string.h>.  Reported by St�phane Corth�sy.
This commit is contained in:
Marcus Brinkmann 2002-09-28 20:09:12 +00:00
parent 056bb3b587
commit e9f9833e05
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-09-28 Marcus Brinkmann <marcus@g10code.de>
* t-version.c: Include <string.h>. Reported by Stéphane Corthésy.
2002-09-02 Marcus Brinkmann <marcus@g10code.de>
* gpg/t-keylist.c (main): Test PATTERN for NULL before printing.

View File

@ -22,6 +22,8 @@
#include <config.h>
#endif
#include <string.h>
#include <gpgme.h>
static const char version[] = VERSION;