mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
10 lines
246 B
C
10 lines
246 B
C
--- 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)
|