diff --git a/tests/sys/crypto/aes/t_aes.c b/tests/sys/crypto/aes/t_aes.c index df1ff7ada55b..5c2464d08aea 100644 --- a/tests/sys/crypto/aes/t_aes.c +++ b/tests/sys/crypto/aes/t_aes.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_aes.c,v 1.2 2020/07/26 12:43:27 martin Exp $ */ +/* $NetBSD: t_aes.c,v 1.3 2020/07/26 14:01:14 riastradh Exp $ */ /*- * Copyright (c) 2020 The NetBSD Foundation, Inc. @@ -29,8 +29,8 @@ #include #include -#include #include +#include #if defined(__i386__) || defined(__x86_64__) #include