summaryrefslogtreecommitdiff
path: root/cipher/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/random.c')
-rw-r--r--cipher/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/random.c b/cipher/random.c
index 528111af..a18f57cd 100644
--- a/cipher/random.c
+++ b/cipher/random.c
@@ -43,7 +43,7 @@
#include <sys/times.h>
#endif
#ifdef HAVE_GETTIMEOFDAY
-#include <sys/times.h>
+#include <sys/time.h>
#endif
#ifdef HAVE_GETRUSAGE
#include <sys/resource.h>