Move e_os.h to be the very first include.
[openssl.git] / test / bntest.c
index cb292c6abadf56dac695a66560ac5bf4fb52d603..6f1f5d7cd904803af49aa6252c043149f11555cc 100644 (file)
@@ -6,14 +6,15 @@
  * in the file LICENSE in the source distribution or at
  * https://www.openssl.org/source/license.html
  */
+#include "../e_os.h"
 #include <assert.h>
 #include <errno.h>
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
 
-#include <internal/nelem.h>
-#include <internal/numbers.h>
+#include "internal/nelem.h"
+#include "internal/numbers.h"
 #include <openssl/bn.h>
 #include <openssl/crypto.h>
 #include <openssl/err.h>