235c15a80a
- Fix build with clang 6 - Regenerate patches
8 lines
143 B
C++
8 lines
143 B
C++
--- random.cpp.orig 2005-08-14 02:40:58 UTC
|
|
+++ random.cpp
|
|
@@ -1,3 +1,5 @@
|
|
+#include "sys/time.h"
|
|
+
|
|
#include "random.h"
|
|
#include "utils.h"
|
|
|