diff options
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 |