Use "" not <> for internal/ includes
[openssl.git] / test / testutil / format_output.c
index 9b04a94f4205e696be4febf759ff873594f8238a..9b9bab118cf86c9bdd79cd6059eb0c99ff2e9c71 100644 (file)
@@ -13,7 +13,7 @@
 
 #include <string.h>
 #include <ctype.h>
-#include <internal/nelem.h>
+#include "internal/nelem.h"
 
 /* The size of memory buffers to display on failure */
 #define MEM_BUFFER_SIZE     (2000)