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/ssltestlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ssltestlib.c') diff --git a/test/ssltestlib.c b/test/ssltestlib.c index 410d323a9a..4473c670d7 100644 --- a/test/ssltestlib.c +++ b/test/ssltestlib.c @@ -9,7 +9,7 @@ #include -#include +#include "internal/nelem.h" #include "ssltestlib.h" #include "testutil.h" -- cgit v1.2.3