summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-05-04 23:40:47 +0200
committerAndy Polyakov <appro@openssl.org>2016-05-10 08:44:51 +0200
commitc21c7830ac2486f1c6933d9c18bff996b0ffacb1 (patch)
tree6759b80207fd038286d0055df5d1d8bf1ec01684 /apps
parent59a56c4cf02bbf1efeda6c2a5893d5079db78ff3 (diff)
IRIX fixes.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 10e1534503..fc96d81e1c 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -112,6 +112,9 @@
# define HEADER_APPS_H
# include "e_os.h"
+# if defined(__unix) || defined(__unix__)
+# include <sys/time.h> /* struct timeval for DTLS */
+# endif
# include <assert.h>
# include <openssl/e_os2.h>