freebsd-ports/games/einstein/files/patch-random.cpp
Edwin Groothuis e7a7f7076b Extract patch in patch and use that patch to patch instead of
patching with a patch which doesn't patch the file to patch.

Noticed by: Dmitry Morozovsky <marck@FreeBSD.org>
Pointy hat: me!
2005-03-08 11:29:47 +00:00

8 lines
118 B
C++

--- random.cpp.orig
+++ random.cpp
@@ -1,3 +1,5 @@
+#include "sys/time.h"
+
#include "random.h"
#include "utils.h"