diff options
Diffstat (limited to '')
| -rw-r--r-- | gpgme/ChangeLog | 4 | ||||
| -rw-r--r-- | gpgme/data-user.c | 1 | 
2 files changed, 5 insertions, 0 deletions
| diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 86e17713..d99166fc 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,7 @@ +2005-05-28  Marcus Brinkmann  <[email protected]> + +	* data-user.c: Include <errno.h>. +  2005-05-17  Marcus Brinkmann  <[email protected]>  	* gpgme.c (gpgme_new): Set the CTX->include_certs default to the diff --git a/gpgme/data-user.c b/gpgme/data-user.c index cfd31052..f3deb32f 100644 --- a/gpgme/data-user.c +++ b/gpgme/data-user.c @@ -23,6 +23,7 @@  #endif  #include <sys/types.h> +#include <errno.h>  #include "data.h" | 
