Use "" not <> for internal/ includes
[openssl.git] / test / testutil / tests.c
index cea81ca2ec6b82b9c0781f42d35f4a206e094406..eb0a3938d1a7b321a4c1d808ca6b0c15781a5d6e 100644 (file)
@@ -14,7 +14,7 @@
 #include <errno.h>
 #include <string.h>
 #include <ctype.h>
-#include <internal/nelem.h>
+#include "internal/nelem.h"
 
 /*
  * Output a failed test first line.