e_os.h removal from other headers and source files.
[openssl.git] / crypto / x509v3 / v3_ncons.c
index 36ff966a36bb4de61c5b52f48846b8b4bb84d6d8..3b9145b15e0b87643bddf561cea229d0b1e4991b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2003-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2003-2017 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the OpenSSL license (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -7,8 +7,10 @@
  * https://www.openssl.org/source/license.html
  */
 
+#include "e_os.h"               /* for strncasecmp */
 #include <stdio.h>
 #include "internal/cryptlib.h"
+#include "e_os.h"
 #include "internal/asn1_int.h"
 #include <openssl/asn1t.h>
 #include <openssl/conf.h>