diff options
Diffstat (limited to 'test/rc2test.c')
-rw-r--r-- | test/rc2test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rc2test.c b/test/rc2test.c index 6323d81beb..fc00076b17 100644 --- a/test/rc2test.c +++ b/test/rc2test.c @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ -#include "../e_os.h" +#include <internal/nelem.h> #include "testutil.h" #ifndef OPENSSL_NO_RC2 |