e7a7f7076b
patching with a patch which doesn't patch the file to patch. Noticed by: Dmitry Morozovsky <marck@FreeBSD.org> Pointy hat: me!
8 lines
118 B
C++
8 lines
118 B
C++
--- random.cpp.orig
|
|
+++ random.cpp
|
|
@@ -1,3 +1,5 @@
|
|
+#include "sys/time.h"
|
|
+
|
|
#include "random.h"
|
|
#include "utils.h"
|
|
|