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:
parent
056bb3b587
commit
e9f9833e05
@ -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.
|
||||
|
@ -22,6 +22,8 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <gpgme.h>
|
||||
|
||||
static const char version[] = VERSION;
|
||||
|
Loading…
Reference in New Issue
Block a user