diff includes.h @ 1699:ef57ead04987

merge
author Matt Johnston <matt@ucc.asn.au>
date Thu, 28 May 2020 22:52:01 +0800
parents f966834f0f9c
children ca75bb513359
line wrap: on
line diff
--- a/includes.h	Wed May 27 20:33:45 2020 +0800
+++ b/includes.h	Thu May 28 22:52:01 2020 +0800
@@ -124,6 +124,10 @@
 #include <sys/uio.h>
 #endif
 
+#ifdef HAVE_SYS_RANDOM_H
+#include <sys/random.h>
+#endif
+
 #ifdef BUNDLED_LIBTOM
 #include "libtomcrypt/src/headers/tomcrypt.h"
 #include "libtommath/tommath.h"