Fix overflow in c2i_ASN1_BIT_STRING.
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index c1b9350d629026c8e159b7ea5d092639b4a57d64..e76fb43a4d45a7c7515d9f59c7ebe0a8bd736c29 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -234,6 +234,12 @@ extern FILE *_imp___iob;
 
 # else                          /* The non-microsoft world */
 
+#  if defined(OPENSSL_SYS_VXWORKS)
+#   include <sys/times.h>
+#  else
+#   include <sys/time.h>
+#  endif
+
 #  ifdef OPENSSL_SYS_VMS
 #   define VMS 1
   /*