2005-05-28 Marcus Brinkmann <marcus@g10code.de>

* data-user.c: Include <errno.h>.
This commit is contained in:
Marcus Brinkmann 2005-05-28 20:03:24 +00:00
parent d386d747e2
commit c593a193b6
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-05-28 Marcus Brinkmann <marcus@g10code.de>
* data-user.c: Include <errno.h>.
2005-05-17 Marcus Brinkmann <marcus@g10code.de> 2005-05-17 Marcus Brinkmann <marcus@g10code.de>
* gpgme.c (gpgme_new): Set the CTX->include_certs default to the * gpgme.c (gpgme_new): Set the CTX->include_certs default to the

View File

@ -23,6 +23,7 @@
#endif #endif
#include <sys/types.h> #include <sys/types.h>
#include <errno.h>
#include "data.h" #include "data.h"