2003-10-06 Marcus Brinkmann <marcus@g10code.de>

* gpg/t-eventloop.c: Include <sys/types.h> for old systems.
This commit is contained in:
Marcus Brinkmann 2003-10-06 19:46:55 +00:00
parent 638c25eda4
commit 91cc459641
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
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.
* gpg/t-thread1.c (thread_one): Do not call initialize_gpgme.

View File

@ -23,6 +23,7 @@
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/select.h>
#include <gpgme.h>