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 c8d140efe..ba1a55a1a 100644 --- a/cipher/rndunix.c +++ b/cipher/rndunix.c @@ -101,7 +101,7 @@ #include "types.h" /* for byte and u32 typedefs */ #ifndef IS_MODULE -#include "dynload.h" +#include "algorithms.h" #endif #include "util.h" |