freebsd-ports/games/einstein/files/patch-random.cpp
Dmitry Marakasov 235c15a80a - Add missing LIB_DEPEND
- Fix build with clang 6
- Regenerate patches
2018-06-24 18:28:00 +00:00

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"