diff options
author | Werner Koch <wk@gnupg.org> | 1999-02-20 21:45:42 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-02-20 21:45:42 +0100 |
commit | 5d5dc4b12d889842d826741e6f8b60f9915964bd (patch) | |
tree | 0865d5fa1e8742ef686847a771ce7104f8f8109c /cipher/rndunix.c | |
parent | See ChangeLog: Fri Feb 19 18:01:54 CET 1999 Werner Koch (diff) | |
download | gnupg2-5d5dc4b12d889842d826741e6f8b60f9915964bd.tar.xz gnupg2-5d5dc4b12d889842d826741e6f8b60f9915964bd.zip |
See ChangeLog: Sat Feb 20 21:40:49 CET 1999 Werner Koch
Diffstat (limited to 'cipher/rndunix.c')
-rw-r--r-- | cipher/rndunix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rndunix.c b/cipher/rndunix.c index b7381a55c..71f75dfc2 100644 --- a/cipher/rndunix.c +++ b/cipher/rndunix.c @@ -53,10 +53,10 @@ #include <errno.h> #include "types.h" /* for byte and u32 typedefs */ -#include "g10lib.h" #ifndef IS_MODULE #include "dynload.h" #endif +#include "util.h" #ifndef EAGAIN #define EAGAIN EWOULDBLOCK |