blob: 836d51c16ea036ac1511b5a91b56bc6bc5e133dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- lib/randist/rand.c.orig 2016-06-20 13:16:43 UTC
+++ lib/randist/rand.c
@@ -64,6 +64,7 @@
* struct timeb to be defined. They can be
* found in timeb.h.
*/
+#include <sys/types.h>
#include <sys/timeb.h>
void
sl_randomize (void)
|