diff options
Diffstat (limited to 'lib/hcrypto/rnd_keys.c')
-rw-r--r-- | lib/hcrypto/rnd_keys.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/hcrypto/rnd_keys.c b/lib/hcrypto/rnd_keys.c index 49c7634c381d..ec35021dccde 100644 --- a/lib/hcrypto/rnd_keys.c +++ b/lib/hcrypto/rnd_keys.c @@ -31,15 +31,14 @@ * SUCH DAMAGE. */ -#include "config.h" - +#include <config.h> +#include <roken.h> #define HC_DEPRECATED #ifdef KRB5 #include <krb5-types.h> #endif -#include <stdlib.h> #include <des.h> #include <rand.h> |