1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Tue Mar 28 14:26:58 CEST 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-03-28 12:20:25 +00:00
parent 32fe5215a2
commit b403b103a4
4 changed files with 20 additions and 4 deletions

View file

@ -1,3 +1,7 @@
Tue Mar 28 14:26:58 CEST 2000 Werner Koch <wk@openit.de>
* random.c [MINGW32]: Include process.h for getpid.
Thu Mar 2 15:37:46 CET 2000 Werner Koch <wk@gnupg.de>
* random.c (fast_random_poll): Add clock_gettime() as fallback for

View file

@ -49,6 +49,9 @@
#ifdef HAVE_GETRUSAGE
#include <sys/resource.h>
#endif
#ifdef __MINGW32__
#include <process.h>
#endif
#include "util.h"
#include "rmd.h"
#include "ttyio.h"