Remove tests dependence on e_os.h
[openssl.git] / test / testutil / format_output.c
index ae3bf0ef7703877b4825a500ae3abe688e38a5d5..13123d5c6a6a767d8c11b8d49208a1eef261cd79 100644 (file)
@@ -13,7 +13,7 @@
 
 #include <string.h>
 #include <ctype.h>
-#include "../../e_os.h"
+#include <internal/nelem.h>
 
 /* The size of memory buffers to display on failure */
 #define MEM_BUFFER_SIZE     (2000)