]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - test_keyexpimp.c
MSVC: Fix include files
[openssl-gost/engine.git] / test_keyexpimp.c
index d7e0e09e241478e0b5d957c097ce49e74a020377..31a42f7260c041faabe7bee50f7ea6904fc76686 100644 (file)
@@ -4,7 +4,11 @@
  * Contents licensed under the terms of the OpenSSL license
  * See https://www.openssl.org/source/license.html for details
  */
-#include <arpa/inet.h>
+#ifdef _MSC_VER
+# include <Winsock2.h>
+#else
+# include <arpa/inet.h>
+#endif
 #include <string.h>
 #include <stdio.h>
 #include <string.h>