From a4a06e3a92be839546335ad49ff171a91ebf957a Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 2 Oct 2013 12:15:03 +0000 Subject: [PATCH] security/keepassx: add for modern compilers Approved by: portmgr (bapt, implicit) --- security/keepassx/files/patch-src_lib_random.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/keepassx/files/patch-src_lib_random.cpp diff --git a/security/keepassx/files/patch-src_lib_random.cpp b/security/keepassx/files/patch-src_lib_random.cpp new file mode 100644 index 000000000000..c9fe3aa16d25 --- /dev/null +++ b/security/keepassx/files/patch-src_lib_random.cpp @@ -0,0 +1,10 @@ +--- src/lib/random.cpp.orig 2009-06-28 14:22:31.000000000 +0000 ++++ src/lib/random.cpp +@@ -29,6 +29,7 @@ + #include + #endif + ++#include + #include + #include + #include