1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

security/keepassx: add <unistd.h> for modern compilers

Approved by:	portmgr (bapt, implicit)
This commit is contained in:
John Marino 2013-10-02 12:15:03 +00:00
parent 6dbdd84f5a
commit a4a06e3a92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329042

View File

@ -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 <QSysInfo>
#endif
+#include <unistd.h>
#include <QCryptographicHash>
#include <QCursor>
#include <QDataStream>