2003-10-06 Marcus Brinkmann <marcus@g10code.de>
* gpg/t-eventloop.c: Include <sys/types.h> for old systems.
This commit is contained in:
parent
638c25eda4
commit
91cc459641
@ -1,5 +1,7 @@
|
|||||||
2003-10-06 Marcus Brinkmann <marcus@g10code.de>
|
2003-10-06 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpg/t-eventloop.c: Include <sys/types.h> for old systems.
|
||||||
|
|
||||||
* gpgsm/Makefile.am (DISTCLEANFILES): Add random_seed.
|
* gpgsm/Makefile.am (DISTCLEANFILES): Add random_seed.
|
||||||
|
|
||||||
* gpg/t-thread1.c (thread_one): Do not call initialize_gpgme.
|
* gpg/t-thread1.c (thread_one): Do not call initialize_gpgme.
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
|
|
||||||
#include <gpgme.h>
|
#include <gpgme.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user