Fix windows build after too aggressive e_os.h removal
[openssl.git] / test / bntest.c
index f32b308d0c8e121b82526c27917bffefa09623b1..da07446adb1034dfb367ae9a82fce4cb532c23ac 100644 (file)
@@ -12,7 +12,8 @@
 #include <string.h>
 #include <ctype.h>
 
-#include "e_os.h"
+#include <internal/nelem.h>
+#include "../e_os.h"
 #include <internal/numbers.h>
 #include <openssl/bn.h>
 #include <openssl/crypto.h>