Use "" not <> for internal/ includes
[openssl.git] / test / sslapitest.c
index 571da55294b92d566a4faaf826b6fdbb016316c8..622f159f1a3c36712e5f318a1fd827325ad6b31c 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "ssltestlib.h"
 #include "testutil.h"
-#include <internal/nelem.h>
+#include "internal/nelem.h"
 #include "../ssl/ssl_locl.h"
 
 static char *cert = NULL;