diff options
Diffstat (limited to 'lib/hcrypto/aes.c')
-rw-r--r-- | lib/hcrypto/aes.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/hcrypto/aes.c b/lib/hcrypto/aes.c index 77847e460e3b..2e15d5d0e829 100644 --- a/lib/hcrypto/aes.c +++ b/lib/hcrypto/aes.c @@ -31,15 +31,13 @@ * SUCH DAMAGE. */ -#include "config.h" - +#include <config.h> +#include <roken.h> #ifdef KRB5 #include <krb5-types.h> #endif -#include <string.h> - #include "rijndael-alg-fst.h" #include "aes.h" |