From 176db6dc51ec0a972bfa8836cfdab8f6767c978a Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 22 Aug 2017 08:35:43 -0400 Subject: Use "" not <> for internal/ includes Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4217) --- test/v3nametest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/v3nametest.c') diff --git a/test/v3nametest.c b/test/v3nametest.c index dee4832864..a4ba775b5c 100644 --- a/test/v3nametest.c +++ b/test/v3nametest.c @@ -8,7 +8,7 @@ */ #include -#include +#include "internal/nelem.h" #include "../e_os.h" #include #include -- cgit v1.2.1